Skip to content

Commit

Permalink
[Tech] Bump @faker-js/faker from 8.2.0 to 8.4.1 in /frontend (#1298)
Browse files Browse the repository at this point in the history
  • Loading branch information
claire2212 authored Apr 4, 2024
2 parents 1ff880c + fa95dea commit 5def1b9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
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')
})
})
8 changes: 4 additions & 4 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"yup": "^0.32.11"
},
"devDependencies": {
"@faker-js/faker": "8.2.0",
"@faker-js/faker": "8.4.1",
"@import-meta-env/cli": "0.6.8",
"@import-meta-env/unplugin": "0.5.1",
"@jest/globals": "29.7.0",
Expand Down

0 comments on commit 5def1b9

Please sign in to comment.