chore: move playwright components folder to tests

This commit is contained in:
ISA
2025-09-05 10:25:31 +02:00
parent 8a9cd72718
commit 8c88aa843c
32 changed files with 39 additions and 87 deletions

View File

@@ -0,0 +1,5 @@
import { test } from "@playwright/test";
test.fixme("XioPM visual presence", async ({ page }) => {
await page.goto("/analogInputs");
});