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.
1 parent 725383c commit 4a7c11bCopy full SHA for 4a7c11b
cypress-action/cypress/e2e/e2e/loadDesign.js
@@ -56,7 +56,7 @@ const captureSnapshot = ({ window, designId, theme }) => {
56
const path = snapshotPath(designId, theme);
57
cy.wait(2000);
58
59
- cy.get(canvasContainer.query, { timeout: 10 * 1000 })
+ cy.get("main", { timeout: 10 * 1000 })
60
.should("exist")
61
.screenshot(path, {
62
//blackout: [".hide-from-snapshot"], // hides elements before screenshot
0 commit comments