fix: updated the onboarding e2e test text (#21272)

pull/21037/head
William Baker 2021-04-21 16:06:44 -04:00 committed by GitHub
parent 7bde3413b3
commit 4a128ba781
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ describe('Onboarding', () => {
cy.route('POST', 'api/v2/setup').as('orgSetup')
//Check and visit splash page
cy.getByTestID('init-step--head-main').contains('Welcome to InfluxDB 2.0')
cy.getByTestID('init-step--head-main').contains('Welcome to InfluxDB')
cy.getByTestID('credits').contains('Powered by')
cy.getByTestID('credits').contains('InfluxData')