Skip to content

Commit

Permalink
some small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Bianca Yang committed Mar 8, 2024
1 parent b8a506c commit aa48b29
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cypress/e2e/onboarding.cy.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import { urls } from 'scenes/urls'
import { decideResponse } from '../fixtures/api/decide'

describe('Onboarding', () => {
Expand Down Expand Up @@ -141,7 +142,7 @@ describe('Onboarding', () => {
cy.get('[data-attr=skip-onboarding]').should('be.visible')
cy.get('[data-attr=start-onboarding-sdk]').should('be.visible')

cy.get('[data-attr=skip-onboarding]').click()
cy.get('[data-attr=skip-onboarding]').first().click()
cy.url().should('contain', 'feature_flags/new')
})

Expand Down

0 comments on commit aa48b29

Please sign in to comment.