Skip to content

Commit

Permalink
update(playwright): add settings profile tests in playwright
Browse files Browse the repository at this point in the history
  • Loading branch information
luisecm committed Jul 11, 2024
1 parent e0b1d61 commit 77c7be9
Show file tree
Hide file tree
Showing 25 changed files with 526 additions and 32 deletions.
11 changes: 1 addition & 10 deletions playwright/01-pin-input.spec.ts
Original file line number Diff line number Diff line change
@@ -1,20 +1,11 @@
import {
test,
expect,
chromium,
Browser,
BrowserContext,
Page,
} from "@playwright/test";
import { test, expect } from "@playwright/test";
import { LoginPinPage } from "./PageObjects/LoginPin";
import { faker } from "@faker-js/faker";
import { AuthNewAccount } from "./PageObjects/AuthNewAccount";
import { ChatsMainPage } from "./PageObjects/ChatsMain";
import { CreateOrImportPage } from "./PageObjects/CreateOrImport";
import { SaveRecoverySeedPage } from "./PageObjects/SaveRecoverySeed";

let browser: Browser, context: BrowserContext, page: Page;

test.describe("Create Account and Login Tests", () => {
const username =
faker.person.firstName() + faker.number.int({ min: 100, max: 10000 });
Expand Down
Empty file added playwright/03-chats-sidebar.ts
Empty file.
Empty file added playwright/04-marketplace.ts
Empty file.
Loading

0 comments on commit 77c7be9

Please sign in to comment.