Files
tech-log-frontend/tests/fixtures/test-evidence/forbidden/full-screen-mask.fixture
T

6 lines
131 B
Plaintext

test("false visual pass", async ({ page }) => {
await expect(page).toHaveScreenshot({
mask: [page.locator("body")]
});
});