@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user