From 41d0933d4d5af184b533ce5c535b2996d272c50e Mon Sep 17 00:00:00 2001 From: Valere Date: Thu, 25 Jun 2026 15:55:08 +0200 Subject: [PATCH] playwright: New toast --- playwright/widget/test-helpers.ts | 1 + 1 file changed, 1 insertion(+) 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" }, ];