We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfb03b1 commit 883ac89Copy full SHA for 883ac89
packages/cypress/src/integration/map.spec.ts
@@ -71,7 +71,7 @@ describe('[Map]', () => {
71
cy.get('[data-cy="CardList-desktop"]').within(() => {
72
cy.get('[data-cy=CardListItem]').within(() => {
73
cy.contains(userId)
74
- cy.get('[data-cy="MemberBadge-member"]')
+ cy.get('[data-cy="MemberBadge-workshop"]')
75
})
76
77
cy.get('[data-cy=CardListItem]').contains(userId).click()
@@ -116,7 +116,7 @@ describe('[Map]', () => {
116
.last()
117
.within(() => {
118
119
120
121
122
cy.get('[data-cy=MapFilterProfileTypeCardList-ButtonRight]')
0 commit comments