mirror of
https://github.com/penpot/penpot.git
synced 2025-12-11 22:14:05 +01:00
✨ Add visual testing to viewer
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user