Skip to content

Commit

Permalink
chore: cypress test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
turban committed Jun 27, 2023
1 parent 68bd17d commit 9b79926
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cypress/elements/basemap_card.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ const activeBasemap = (basemapName) => {
.scrollIntoView()

cy.getByDataTest('basemaplistitem-name')
.contains(basemapName)
.siblings('[data-test=basemaplistitem-img]')
.should('have.css', 'outline', 'rgb(21, 101, 192) solid 3px') // TODO - could remove the actual attribute value
}
Expand Down

0 comments on commit 9b79926

Please sign in to comment.