Skip to content

Commit

Permalink
fix the example test
Browse files Browse the repository at this point in the history
  • Loading branch information
arnard76 committed Apr 24, 2024
1 parent 0d03190 commit d813723
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions frontend/cypress/e2e/examplee2e.cy.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
describe('should pass',()=>{
cy.visit('http://localhost:3001/news/')
describe('example',()=>{
it('should pass', ()=>{
cy.visit('http://localhost:3001/news/')
})
})

0 comments on commit d813723

Please sign in to comment.