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});