Skip to content

Commit dc62b57

Browse files
committed
Update plugin.cy.js
1 parent f85e21f commit dc62b57

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

packages/vue2/tests/cypress/e2e/plugin.cy.js

-5
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,9 @@ describe('Plugin', () => {
44
cy.visit('/')
55

66
cy.window().then((window) => {
7-
cy.task('what the')
8-
cy.log('--------------------------')
97
const inertiaRoot = window.testing.vue.$children[0]
108
const page = inertiaRoot.$children[0]
119

12-
cy.log('page.$page', page.$page)
13-
cy.log('page.$inertia.page', page.$inertia.page)
14-
1510
expect(page.$page).to.deep.equal(page.$inertia.page)
1611
})
1712
})

0 commit comments

Comments
 (0)