Skip to content

Commit

Permalink
update(test): fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
luisecm committed Dec 30, 2024
1 parent 744c667 commit 04d4ca3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions playwright/specs/04-import-account.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ test.describe("Import Account Tests", () => {
);
});

await test.step("After succesful import from file, user is redirected to chats page", async () => {
await test.step("After successful import from file, user is redirected to chats page", async () => {
await page.waitForURL("/chat");
await chatsPage.validateChatsMainPageIsShown();
});
Expand Down Expand Up @@ -156,7 +156,7 @@ test.describe("Import Account Tests", () => {
);
});

await test.step("After succesful import entering seed phrase manually, user is redirected to chats page", async () => {
await test.step("After successful import entering seed phrase manually, user is redirected to chats page", async () => {
await page.waitForURL("/chat");
await chatsPage.validateChatsMainPageIsShown();
});
Expand Down Expand Up @@ -296,7 +296,7 @@ test.describe("Import Account Tests", () => {
);
});
await test.step("After succesful import from file, user is redirected to chats page", async () => {
await test.step("After successful import from file, user is redirected to chats page", async () => {
await page.waitForURL("/chat");
await chatsPage.validateChatsMainPageIsShown();
});*/
Expand Down

0 comments on commit 04d4ca3

Please sign in to comment.