Skip to content

Commit

Permalink
test(components): fix e2e test of card-control component
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverschuerch committed Dec 20, 2024
1 parent aac356f commit 2c7ce5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/cypress/e2e/card-control.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ describe('Card-Control', () => {
.invoke('attr', 'icon', '1000')
.find('.card-control--icon slot[name="icon"] post-icon')
.should('exist')
.find('use[href*="/1000.svg"]')
.find('[style*="/1000.svg"]')
.should('exist');
cy.get('@card-control')
.invoke('removeAttr', 'icon')
Expand Down

0 comments on commit 2c7ce5d

Please sign in to comment.