test(ui): increase project create timeout

This commit is contained in:
Guillaume Chau
2018-05-12 13:55:17 +02:00
parent 7bdf84f037
commit bec2b5ee94

View File

@@ -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')
})
})