Skip to content

Commit

Permalink
add visit
Browse files Browse the repository at this point in the history
  • Loading branch information
Filip Hric committed Sep 7, 2023
1 parent 29929c4 commit 002b195
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cypress/e2e/spec.cy.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
it('test', () => {

cy.visit('https://cypress.io')

expect(true).to.be.true

});

0 comments on commit 002b195

Please sign in to comment.