From cb438ed2334c6e84d245e3fd1c884c6bf8468821 Mon Sep 17 00:00:00 2001 From: Zach Waterfield Date: Tue, 26 Mar 2024 15:31:15 -0400 Subject: [PATCH] Update before-onboarding.cy.ts --- cypress/e2e/before-onboarding.cy.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress/e2e/before-onboarding.cy.ts b/cypress/e2e/before-onboarding.cy.ts index 0a21c3f258fdb..03a5598101c54 100644 --- a/cypress/e2e/before-onboarding.cy.ts +++ b/cypress/e2e/before-onboarding.cy.ts @@ -1,5 +1,5 @@ describe('Before Onboarding', () => { - it.only('Navigate back to products when a product has not been set up', () => { + it.only('Navigate to /products when a product has not been set up', () => { cy.visit('/project/1/data-management/events') cy.get('[data-attr=top-bar-name] > span').contains('Products')