Skip to content

Commit 8e8f2bc

Browse files
committed
chore: suppress cypress eslint warning
1 parent 591c562 commit 8e8f2bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cypress/e2e/example.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ describe('Example Test', () => {
1717
cy.get('#' + id)
1818
})
1919
.type('your-password{Enter}')
20-
.url()
21-
.should('eq', 'http://localhost:5050/homepage')
20+
21+
cy.url().should('eq', 'http://localhost:5050/homepage')
2222
})
2323
})

0 commit comments

Comments
 (0)