From cb8b4ec0f08179724ce53a22ee907b8d3803d987 Mon Sep 17 00:00:00 2001 From: Will Baker Date: Thu, 22 Apr 2021 08:57:12 -0400 Subject: [PATCH] fix: updated the text for the onboarding splash page --- ui/cypress/e2e/onboarding.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/cypress/e2e/onboarding.test.ts b/ui/cypress/e2e/onboarding.test.ts index 82198be8675..299b658e349 100644 --- a/ui/cypress/e2e/onboarding.test.ts +++ b/ui/cypress/e2e/onboarding.test.ts @@ -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')