mirror of
https://github.com/lukevella/rallly.git
synced 2025-05-23 05:46:20 +02:00
Profile page (#190)
This commit is contained in:
parent
d7043891fa
commit
3384c937c0
18 changed files with 441 additions and 38 deletions
|
@ -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"');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue