Skip to content

Commit

Permalink
[Test] fix test e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
claire2212 committed Apr 2, 2024
1 parent fce58a1 commit 924d9a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/cypress/e2e/main_window/search_places.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ context('Search Places', () => {
})

it('A user can search a place and zoom on it when it is selected', () => {
cy.fill('Rechercher un lieu', 'Nantes', { delay: 200 })
cy.fill('Rechercher un lieu', 'Nantes', { delay: 400 })
cy.url().should('include', '/#@-173695.64,5981051.92,12.96')
})
})

0 comments on commit 924d9a0

Please sign in to comment.