mirror of
https://github.com/penpot/penpot.git
synced 2025-05-11 09:16:37 +02:00
✨ Add visual testing to viewer
This commit is contained in:
parent
5e7180b054
commit
f3193a1984
6 changed files with 147 additions and 22 deletions
|
@ -379,7 +379,7 @@ test("User invite people to the team", async ({ page }) => {
|
|||
|
||||
await expect(page.getByText("Invite with the role")).toBeVisible();
|
||||
|
||||
await page.getByPlaceholder('Emails, comma separated').fill("test5@mail.com");
|
||||
await page.getByPlaceholder("Emails, comma separated").fill("test5@mail.com");
|
||||
|
||||
await expect(page.getByText("Send invitation")).not.toBeDisabled();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue