From 04d1ff268ddb1566a8e5c0b7b9dfcd3cfad58242 Mon Sep 17 00:00:00 2001 From: "Patrik J. Braun" Date: Wed, 6 Sep 2023 21:38:00 +0200 Subject: [PATCH] increase e2e timeout --- test/cypress/e2e/faces.cy.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/cypress/e2e/faces.cy.ts b/test/cypress/e2e/faces.cy.ts index 04d19bd1..029e432e 100644 --- a/test/cypress/e2e/faces.cy.ts +++ b/test/cypress/e2e/faces.cy.ts @@ -17,7 +17,7 @@ describe('Faces', () => { it('Show faces', () => { cy.wait('@getPerson', {timeout: 10000}); // contains a folder - cy.get('app-face a > .info').contains('Alvin the Squirrel').should('exist'); + cy.get('app-face a > .info', {timeout: 10000}).contains('Alvin the Squirrel').should('exist'); }); it('Faces should have photos', () => { cy.wait('@getPerson', {timeout: 10000});