Skip to content

Commit 01fca78

Browse files
authored
Update loadDesign.js
1 parent 03960fb commit 01fca78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ const captureSnapshot = ({ window, designId, theme }) => {
5959
cy.get(canvasContainer.query, { timeout: 10 * 1000 })
6060
.should("exist")
6161
.screenshot(path, {
62-
blackout: [".hide-from-snapshot"], // hides elements before screenshot
62+
//blackout: [".hide-from-snapshot"], // hides elements before screenshot
6363
scale: true,
6464
});
6565
console.log(`Snapshot taken at ${path}`);

0 commit comments

Comments
 (0)