Skip to content

Commit

Permalink
updated test for map
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsingal committed Feb 22, 2024
1 parent 66111da commit 10c16b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/cypress/e2e/analysis/impact-layer.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ describe('Analysis: map impact layer', () => {
it('request the impact layer', () => {
cy.visit('/analysis/map');

cy.get('canvas.mapboxgl-canvas').should('be.visible');
cy.get('canvas.maplibregl-canvas').should('be.visible');

cy.wait('@fetchImpactMap').then((interception) => {
cy.wrap(JSON.stringify(interception.response.body.data[0])).should(
Expand Down

0 comments on commit 10c16b3

Please sign in to comment.