There was an error while loading. Please reload this page.
1 parent c651f3e commit c57214bCopy full SHA for c57214b
1 file changed
tests-e2e/visual.spec.ts
@@ -1,5 +1,7 @@
1
import { test, expect } from "@playwright/test";
2
3
+test.skip(process.platform !== "linux", "Visual snapshots are Linux-only");
4
+
5
test.describe("visual snapshots", () => {
6
test.beforeEach(async ({ page }) => {
7
await page.goto("/tests-e2e/fixtures/vanilla.html");
0 commit comments