chore: change timeout

Signed-off-by: Ben Lambert <ben@blam.sh>
This commit is contained in:
Ben Lambert
2021-07-06 12:24:28 +02:00
committed by GitHub
parent a632f1afd8
commit 98e5a49193
+3 -3
View File
@@ -27,7 +27,7 @@ describe('Integrations', () => {
type: 'url',
});
cy.wait(1000);
cy.wait(5000);
cy.visit('/catalog');
cy.get('[data-testid="user-picker-all"]').click();
@@ -54,7 +54,7 @@ describe('Integrations', () => {
type: 'url',
});
cy.wait(1000);
cy.wait(5000);
cy.visit('/catalog');
cy.get('[data-testid="user-picker-all"]').click();
@@ -71,7 +71,7 @@ describe('Integrations', () => {
type: 'url',
});
cy.wait(1000);
cy.wait(5000);
cy.visit('/catalog');
cy.get('[data-testid="user-picker-all"]').click();