We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bde341 commit 4a128baCopy full SHA for 4a128ba
ui/cypress/e2e/onboarding.test.ts
@@ -37,7 +37,7 @@ describe('Onboarding', () => {
37
cy.route('POST', 'api/v2/setup').as('orgSetup')
38
39
//Check and visit splash page
40
- cy.getByTestID('init-step--head-main').contains('Welcome to InfluxDB 2.0')
+ cy.getByTestID('init-step--head-main').contains('Welcome to InfluxDB')
41
cy.getByTestID('credits').contains('Powered by')
42
cy.getByTestID('credits').contains('InfluxData')
43
0 commit comments