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");