mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-02-07 07:28:28 -06:00
test(ui): increase project create timeout
This commit is contained in:
@@ -57,7 +57,7 @@ describe('Vue project manager', () => {
|
||||
cy.get('.continue').click()
|
||||
})
|
||||
cy.get('.loading-screen .vue-ui-loading-indicator').should('be.visible')
|
||||
cy.get('.project-home', { timeout: 300000 }).should('be.visible')
|
||||
cy.get('.project-home', { timeout: 1000000 }).should('be.visible')
|
||||
cy.get('.current-project').should('have.text', 'cli-ui-test')
|
||||
})
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user