Skip to content

Commit

Permalink
changed class for mapZoomProxySelector in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Matúš Motyka committed Nov 6, 2024
1 parent 8613c07 commit df273f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cypress/src/integration/map.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ describe('[Map]', () => {
.and('be.visible')
cy.get('[data-cy="WorldViewButton"]').should('exist').and('be.visible')

const mapZoomProxySelector = '.leaflet-proxy.leaflet-zoom-animated'
const mapZoomProxySelector = '.leaflet-tile-container.leaflet-zoom-animated'

cy.get('[data-cy="WorldViewButton"]').click()
cy.wait(500)
Expand Down

0 comments on commit df273f8

Please sign in to comment.