Skip to content

Commit

Permalink
tests passing
Browse files Browse the repository at this point in the history
  • Loading branch information
eselkin committed Dec 27, 2024
1 parent 37e15d2 commit d6b0683
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Cypress.Commands.add('verifySearchArea', () => {
const clickInterval = 10;

// Zoom in
[...Array(5)].forEach(_ =>
[...Array(15)].forEach(_ =>
// eslint-disable-next-line cypress/no-unnecessary-waiting
cy

Check warning on line 9 in src/applications/facility-locator/tests/e2e/map-zoom.cypress.spec.js

View workflow job for this annotation

GitHub Actions / Linting (Files Changed)

src/applications/facility-locator/tests/e2e/map-zoom.cypress.spec.js:9:5:It is unsafe to chain further commands that rely on the subject after this command. It is best to split the chain, chaining again from `cy.` in a next command line.
.get('.mapboxgl-ctrl-zoom-in')
Expand Down

0 comments on commit d6b0683

Please sign in to comment.