Profile page (#190)

This commit is contained in:
Luke Vella 2022-05-25 16:25:49 +01:00 committed by GitHub
parent d7043891fa
commit 3384c937c0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
18 changed files with 441 additions and 38 deletions

View file

@ -23,8 +23,11 @@ test("should be able to create a new poll and delete it", async ({ page }) => {
await page.click('text="Continue"');
await page.type('[placeholder="John Doe"]', "John");
await page.type('[placeholder="john.doe@email.com"]', "john.doe@email.com");
await page.type('[placeholder="Jessie Smith"]', "John");
await page.type(
'[placeholder="jessie.smith@email.com"]',
"john.doe@email.com",
);
await page.click('text="Create poll"');