We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c441465 + 445674d commit aa7e994Copy full SHA for aa7e994
cypress-action/cypress/e2e/e2e/loadDesign.js
@@ -21,7 +21,7 @@ const InfraShot = (theme) => {
21
const designId = getDesignId();
22
waitForDesignRender();
23
cy.window().then((window) => {
24
- cy.wait(TIME.MEDIUM);
+ cy.wait(TIME.XLARGE);
25
captureSnapshot({
26
window,
27
designId: designId,
@@ -38,7 +38,7 @@ const getDesignId = () => {
38
39
const waitForDesignRender = () => {
40
waitFor(canvasContainer.query, { timeout: 60_000 });
41
- cy.wait(TIME.X4LARGE);
+ cy.wait(TIME.X4LARGE*2);
42
};
43
44
const snapshotPath = (designId, theme) => {
0 commit comments