Skip to content

Commit

Permalink
test: skip e2e tests (for now)
Browse files Browse the repository at this point in the history
  • Loading branch information
tmrdlt authored and kenodressel committed Mar 22, 2024
1 parent 1128695 commit 5c22c85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/specs/swap.cy.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// https://docs.cypress.io/api/introduction/api.html

describe('My First Test', () => {
it('Visits the app root url', () => {
it.skip('Visits the app root url', () => {
cy.visit('/')
.contains('.title', 'Swap')
.login()
Expand Down

0 comments on commit 5c22c85

Please sign in to comment.