From a64c76e4bb0b991d1dbb85982fa76314c8be0200 Mon Sep 17 00:00:00 2001 From: jvfpw18 <jvfpw18@inf.ufpr.br> Date: Mon, 1 Jul 2019 11:08:46 -0300 Subject: [PATCH] Increase wait time on third test --- tests/simcaq-front.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/simcaq-front.js b/tests/simcaq-front.js index c384544..d539b84 100644 --- a/tests/simcaq-front.js +++ b/tests/simcaq-front.js @@ -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() -- GitLab