Skip to content
Snippets Groups Projects
Commit a64c76e4 authored by jvfpw18's avatar jvfpw18
Browse files

Increase wait time on third test

parent 71dd6197
Branches
No related tags found
No related merge requests found
......@@ -152,7 +152,7 @@ describe('3 - Fundo de manutenção', function() {
cy.get('.financing').contains('Consultar').click()
cy.wait('@postApi', TIMEOUT)
cy.wait(Array(5).fill('@getEnrollment'), TIMEOUT)
cy.wait(10000)
cy.wait(15000)
cy.route({url: 'api/v1/**', method: 'GET'}).as('getApi')
cy.get('.edit-mode').click()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment