Skip to content

Commit

Permalink
Update before-onboarding.cy.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
zlwaterfield committed Mar 26, 2024
1 parent 23ec26a commit cb438ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/before-onboarding.cy.ts
Original file line number Diff line number Diff line change
@@ -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')
Expand Down

0 comments on commit cb438ed

Please sign in to comment.