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 b7cac8f commit 93f708cCopy full SHA for 93f708c
packages/app/cypress/e2e/studio/studio-cloud.cy.ts
@@ -148,13 +148,16 @@ describe('Studio Cloud', () => {
148
})
149
150
cy.mockStudioFullSnapshot({
151
- id: 1,
152
- nodeType: 1,
153
- nodeName: 'div',
154
- localName: 'div',
155
- nodeValue: 'div',
156
- children: [],
157
- shadowRoots: [],
+ fullSnapshot: {
+ id: 1,
+ nodeType: 1,
+ nodeName: 'div',
+ localName: 'div',
+ nodeValue: 'div',
+ children: [],
158
+ shadowRoots: [],
159
+ },
160
+ url: 'http://localhost:3000/cypress/e2e/index.html',
161
162
163
const deferred = pDefer()
0 commit comments