Skip to content

Commit

Permalink
fix: update cypress test
Browse files Browse the repository at this point in the history
  • Loading branch information
jenniferarnesen committed Nov 11, 2024
1 parent 43e39b6 commit f6a420e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cypress/integration/layers/geojsonlayer.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ describe('GeoJSON URL Layer', () => {
cy.getByDataTest('more-menu')
.find('li')
.not('.disabled')
.should('have.length', 2)
.should('have.length', 3) // Edit layer, Remove layer, divider line

cy.getByDataTest('more-menu')
.find('li')
Expand Down Expand Up @@ -207,7 +207,7 @@ describe('GeoJSON URL Layer', () => {
cy.getByDataTest('more-menu')
.find('li')
.not('.disabled')
.should('have.length', 2)
.should('have.length', 3) // Edit layer, Remove layer, divider line

cy.getByDataTest('more-menu')
.find('li')
Expand Down

0 comments on commit f6a420e

Please sign in to comment.