Skip to content

Commit 26b852f

Browse files
committed
Add post assertion.
1 parent cff8cdf commit 26b852f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/frontend/tests/e2e-playwright/dashboard/recoveryPhrase.spec.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,9 @@ class RecoveryPhraseWizard {
6161
}),
6262
).toBeVisible();
6363
await this.#dialog.getByRole("button", { name: "Reset" }).click();
64+
await expect(
65+
this.#dialog.getByRole("heading", { name: "Save your recovery phrase" }),
66+
).toBeVisible();
6467
}
6568
}
6669

0 commit comments

Comments
 (0)