playwright: New toast

This commit is contained in:
Valere
2026-06-25 15:55:08 +02:00
parent dc5b541b21
commit 41d0933d4d

View File

@@ -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" },
];