Add visual testing to viewer

This commit is contained in:
Eva Marco 2024-06-19 09:25:58 +02:00
parent 5e7180b054
commit f3193a1984
6 changed files with 147 additions and 22 deletions

View file

@ -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();