1
0
mirror of https://github.com/xuthus83/pigallery2.git synced 2024-11-03 21:04:03 +08:00

increase e2e timeout

This commit is contained in:
Patrik J. Braun 2023-09-06 21:38:00 +02:00
parent 773c495a21
commit 04d1ff268d

View File

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