Skip to content

Commit

Permalink
Restore project-setup.cy.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
flotwig committed Dec 5, 2022
1 parent c2ca59c commit 7d9dfc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/launchpad/cypress/e2e/project-setup.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -684,7 +684,7 @@ describe('Launchpad: Setup Project', () => {
})

// TODO: fix flaky tests https://github.com/cypress-io/cypress/issues/23418
it('takes the user to first step of ct setup when switching from app', { retries: 15 }, () => {
it.skip('takes the user to first step of ct setup when switching from app', () => {
scaffoldAndOpenProject('pristine-with-e2e-testing')
cy.visitLaunchpad()
verifyWelcomePage({ e2eIsConfigured: true, ctIsConfigured: false })
Expand Down

0 comments on commit 7d9dfc1

Please sign in to comment.