mirror of
https://github.com/cypress-io/cypress.git
synced 2026-02-11 17:50:01 -06:00
fix launchpad tests
This commit is contained in:
@@ -279,11 +279,10 @@ describe('component testing dependency warnings', () => {
|
||||
|
||||
it('does not show warning for project that does not require bundler to be installed', () => {
|
||||
cy.scaffoldProject('next-12')
|
||||
cy.openProject('next-12')
|
||||
cy.openProject('next-12', ['--component'])
|
||||
cy.visitLaunchpad()
|
||||
cy.skipWelcome()
|
||||
cy.get('[data-cy="warning-alert"]').should('not.exist')
|
||||
cy.get('[data-cy-testingtype="component"]').click()
|
||||
cy.contains('Choose a browser', { timeout: 12000 })
|
||||
cy.get('[data-cy="warning-alert"]').should('not.exist')
|
||||
})
|
||||
|
||||
@@ -482,7 +482,7 @@ describe('Launchpad Top Nav Workflows', () => {
|
||||
return obj.result
|
||||
})
|
||||
|
||||
cy.contains('Component Testing').click()
|
||||
cy.contains('E2E Testing').click()
|
||||
|
||||
cy.contains(defaultMessages.setupWizard.chooseBrowser.title).should('be.visible')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user