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 03960fb commit 01fca78Copy full SHA for 01fca78
cypress-action/cypress/e2e/e2e/loadDesign.js
@@ -59,7 +59,7 @@ const captureSnapshot = ({ window, designId, theme }) => {
59
cy.get(canvasContainer.query, { timeout: 10 * 1000 })
60
.should("exist")
61
.screenshot(path, {
62
- blackout: [".hide-from-snapshot"], // hides elements before screenshot
+ //blackout: [".hide-from-snapshot"], // hides elements before screenshot
63
scale: true,
64
});
65
console.log(`Snapshot taken at ${path}`);
0 commit comments