Skip to content

Commit

Permalink
Update inbox.spec.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
scopsy committed Oct 21, 2024
1 parent 6ba5677 commit 5c13d95
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/inbox.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ test("new notification notice is visible", async ({ browser }) => {

await newPage.locator("[data-testid='send-notification-button']").click();

await newPage.waitForSelector(".nv-notificationListNewNotificationsNotice__button", {
state: "visible",
timeout: 5000,
});

await newPage.locator(".nv-notificationListNewNotificationsNotice__button").click();

await newPage.waitForSelector(".nv-notificationListNewNotificationsNotice__button", {
Expand Down

0 comments on commit 5c13d95

Please sign in to comment.