Skip to content

Commit 93f708c

Browse files
authored
test: update cloud studio test to account for full snapshot update (#31744)
1 parent b7cac8f commit 93f708c

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

packages/app/cypress/e2e/studio/studio-cloud.cy.ts

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -148,13 +148,16 @@ describe('Studio Cloud', () => {
148148
})
149149

150150
cy.mockStudioFullSnapshot({
151-
id: 1,
152-
nodeType: 1,
153-
nodeName: 'div',
154-
localName: 'div',
155-
nodeValue: 'div',
156-
children: [],
157-
shadowRoots: [],
151+
fullSnapshot: {
152+
id: 1,
153+
nodeType: 1,
154+
nodeName: 'div',
155+
localName: 'div',
156+
nodeValue: 'div',
157+
children: [],
158+
shadowRoots: [],
159+
},
160+
url: 'http://localhost:3000/cypress/e2e/index.html',
158161
})
159162

160163
const deferred = pDefer()

0 commit comments

Comments
 (0)