Skip to content

Commit

Permalink
fix(widget): shell embed e2e tests fix after pr #5496
Browse files Browse the repository at this point in the history
  • Loading branch information
LetItRock committed May 7, 2024
1 parent e68ce79 commit 8dd2aa5
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions apps/widget/cypress/e2e/shell-embed.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,11 +105,7 @@ describe('Shell Embed', function () {
.first()
.find('[data-test-id="notification-dots-button"]')
.click();
cy.wrap(body)
.find('[data-test-id="notification-list-item"]')
.first()
.find('[data-test-id="notification-mark-as-read"]')
.click();
cy.wrap(body).find('[data-test-id="notification-mark-as-read"]').first().click();
cy.wait('@fetchUnseenCount');
});

Expand Down

0 comments on commit 8dd2aa5

Please sign in to comment.