From f3c82b0696d49a426130afcb4d75d985211adbad Mon Sep 17 00:00:00 2001 From: Andy Balaam Date: Tue, 31 Mar 2026 15:44:15 +0100 Subject: [PATCH] Add missing word Co-authored-by: Michael Telatynski <7t3chguy@gmail.com> --- apps/web/playwright/pages/ElementAppPage.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/playwright/pages/ElementAppPage.ts b/apps/web/playwright/pages/ElementAppPage.ts index aa10ade3a7..8c059524b6 100644 --- a/apps/web/playwright/pages/ElementAppPage.ts +++ b/apps/web/playwright/pages/ElementAppPage.ts @@ -256,7 +256,7 @@ export class ElementAppPage { } /** - * Dismiss the "Turn on key storage". + * Dismiss the "Turn on key storage" toast. */ public async closeKeyStorageToast() { await this.closeToast("Turn on key storage", "Dismiss");