Skip to content

Commit aa7e994

Browse files
authored
Merge pull request #148 from layer5labs/aabidsofi19-patch-2
increase delay for snapshot
2 parents c441465 + 445674d commit aa7e994

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cypress-action/cypress/e2e/e2e/loadDesign.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const InfraShot = (theme) => {
2121
const designId = getDesignId();
2222
waitForDesignRender();
2323
cy.window().then((window) => {
24-
cy.wait(TIME.MEDIUM);
24+
cy.wait(TIME.XLARGE);
2525
captureSnapshot({
2626
window,
2727
designId: designId,
@@ -38,7 +38,7 @@ const getDesignId = () => {
3838

3939
const waitForDesignRender = () => {
4040
waitFor(canvasContainer.query, { timeout: 60_000 });
41-
cy.wait(TIME.X4LARGE);
41+
cy.wait(TIME.X4LARGE*2);
4242
};
4343

4444
const snapshotPath = (designId, theme) => {

0 commit comments

Comments
 (0)