Skip to content

Commit

Permalink
fix: map spec after data change for old-map branch
Browse files Browse the repository at this point in the history
  • Loading branch information
benfurber committed Dec 6, 2024
1 parent bfb03b1 commit 883ac89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/cypress/src/integration/map.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ describe('[Map]', () => {
cy.get('[data-cy="CardList-desktop"]').within(() => {
cy.get('[data-cy=CardListItem]').within(() => {
cy.contains(userId)
cy.get('[data-cy="MemberBadge-member"]')
cy.get('[data-cy="MemberBadge-workshop"]')
})
})
cy.get('[data-cy=CardListItem]').contains(userId).click()
Expand Down Expand Up @@ -116,7 +116,7 @@ describe('[Map]', () => {
.last()
.within(() => {
cy.contains(userId)
cy.get('[data-cy="MemberBadge-member"]')
cy.get('[data-cy="MemberBadge-workshop"]')
})
})
cy.get('[data-cy=MapFilterProfileTypeCardList-ButtonRight]')
Expand Down

0 comments on commit 883ac89

Please sign in to comment.