Skip to content

Commit

Permalink
Create homepage e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
dtrucs committed Jul 27, 2023
1 parent 9c77385 commit 006d2f7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions frontend/cypress/e2e/homePage.cy.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
describe('template spec', () => {
it('Visits homepage', () => {
cy.visit('https://demo-rando-v3.geotrek.fr')
})
})

0 comments on commit 006d2f7

Please sign in to comment.