diff --git a/playwright/widget/test-helpers.ts b/playwright/widget/test-helpers.ts index 512399ca1..023c9f2b4 100644 --- a/playwright/widget/test-helpers.ts +++ b/playwright/widget/test-helpers.ts @@ -160,6 +160,7 @@ export class TestHelpers { const expectedToasts = [ { title: "Failed to load service worker", button: "OK" }, { title: "Back up your chats", button: "Dismiss" }, + { title: "Turn on key storage", button: "Dismiss" }, { title: "Element does not support this browser", button: "Dismiss" }, ];