Skip to content

Commit

Permalink
updating recovery snapshot. this screen will be redesigned in next PR
Browse files Browse the repository at this point in the history
  • Loading branch information
piyalbasu committed Nov 26, 2024
1 parent e7a12b2 commit a0c3257
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions extension/e2e-tests/onboarding.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ test("Import 12 word wallet", async ({ page }) => {
await page.locator("#termsOfUse-input").check({ force: true });
await page.getByRole("button", { name: "Import" }).click();

await expect(page.getByText("Wallet created successfully!")).toBeVisible();
await expect(page.getByText("You’re all set!")).toBeVisible();
await expectPageToHaveScreenshot({
page,
screenshot: "wallet-import-complete-page.png",
Expand Down Expand Up @@ -146,7 +146,7 @@ test("Import 24 word wallet", async ({ page }) => {
await page.locator("#termsOfUse-input").check({ force: true });
await page.getByRole("button", { name: "Import" }).click();

await expect(page.getByText("Wallet created successfully!")).toBeVisible();
await expect(page.getByText("You’re all set!")).toBeVisible();
await expectPageToHaveScreenshot({
page,
screenshot: "wallet-import-complete-page.png",
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a0c3257

Please sign in to comment.