|
|
@@ -34,7 +34,7 @@ context('Open presentation modal', () => {
|
|
|
cy.getByTestid('sub-nav-buttons-page-item-control').first().click();
|
|
|
cy.getByTestid('open-presentation-modal-btn').first().click();
|
|
|
// eslint-disable-next-line cypress/no-unnecessary-waiting
|
|
|
- cy.wait(2500);
|
|
|
+ cy.wait(1500);
|
|
|
cy.screenshot(`${ssPrefix}-sandbox`, { capture: 'viewport' });
|
|
|
});
|
|
|
|
|
|
@@ -43,7 +43,7 @@ context('Open presentation modal', () => {
|
|
|
cy.getByTestid('sub-nav-buttons-page-item-control').first().click();
|
|
|
cy.getByTestid('open-presentation-modal-btn').first().click();
|
|
|
// eslint-disable-next-line cypress/no-unnecessary-waiting
|
|
|
- cy.wait(2500);
|
|
|
+ cy.wait(1500);
|
|
|
cy.screenshot(`${ssPrefix}-Bootstrap4-with-anker-lint`, { capture: 'viewport' });
|
|
|
});
|
|
|
});
|