Skip to content

Commit 4a128ba

Browse files
fix: updated the onboarding e2e test text (#21272)
1 parent 7bde341 commit 4a128ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/cypress/e2e/onboarding.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ describe('Onboarding', () => {
3737
cy.route('POST', 'api/v2/setup').as('orgSetup')
3838

3939
//Check and visit splash page
40-
cy.getByTestID('init-step--head-main').contains('Welcome to InfluxDB 2.0')
40+
cy.getByTestID('init-step--head-main').contains('Welcome to InfluxDB')
4141
cy.getByTestID('credits').contains('Powered by')
4242
cy.getByTestID('credits').contains('InfluxData')
4343

0 commit comments

Comments
 (0)