Skip to content

Commit

Permalink
fix: update the text for the e2e onboarding test splash page (#21279)
Browse files Browse the repository at this point in the history
  • Loading branch information
williamhbaker authored Apr 22, 2021
1 parent 4a128ba commit 0672cff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/cypress/e2e/onboarding.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ describe('Onboarding', () => {
cy.getByTestID('nav-step--welcome').click()

//Check 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')

Expand Down

0 comments on commit 0672cff

Please sign in to comment.