Skip to content

Commit 2e99f8a

Browse files
committed
Update plugin.cy.js
1 parent b92af1c commit 2e99f8a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
describe('Plugin', () => {
22
describe('$page helper', () => {
3+
// TODO: Is this still relevant? There is no page prop on the router anymore...
4+
it.skip('has the helper injected into the Vue component', () => {
35
cy.visit('/')
46

57
cy.window().then((window) => {

0 commit comments

Comments
 (0)