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 6ad5e93 commit 113fe15
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/inbox.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@ test("new notification notice is visible", async ({ page }) => {

await page.waitForLoadState("networkidle");

await page.waitForSelector(".nv-notificationListNewNotificationsNotice__button", {
state: "visible",
timeout: 5000,
});
await page.locator("[data-testid='send-notification-button']").click();

await page.locator(".nv-notificationListNewNotificationsNotice__button").click();
Expand Down

0 comments on commit 113fe15

Please sign in to comment.