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:
parent
773c495a21
commit
04d1ff268d
@ -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});
|
||||
|
Loading…
Reference in New Issue
Block a user