Skip to content

Commit

Permalink
feat/update cypress to match main
Browse files Browse the repository at this point in the history
  • Loading branch information
em2396 committed Mar 20, 2024
1 parent 180b5ad commit a28177f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/form_spec.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ describe('Runway Reviews', () => {
statusCode: 200,
fixture: 'reviewsData.json'
})
cy.visit('http://127.0.0.1:5173/runway-reviews-fe')
cy.visit('http://localhost:5173/runway-reviews-fe')
})

it('should display login button, app title and list of airports in dropdown menu', () => {
Expand Down

0 comments on commit a28177f

Please sign in to comment.