Skip to content

Commit

Permalink
chore: suppress cypress eslint warning
Browse files Browse the repository at this point in the history
  • Loading branch information
kingyue737 committed Aug 12, 2024
1 parent 591c562 commit 8e8f2bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cypress/e2e/example.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ describe('Example Test', () => {
cy.get('#' + id)
})
.type('your-password{Enter}')
.url()
.should('eq', 'http://localhost:5050/homepage')

cy.url().should('eq', 'http://localhost:5050/homepage')
})
})

0 comments on commit 8e8f2bc

Please sign in to comment.