test: npx playwright test erfolgreich
This commit is contained in:
5
playwright/components/main/analogInputs/xioPMTest.ts
Normal file
5
playwright/components/main/analogInputs/xioPMTest.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import { test } from "@playwright/test";
|
||||
|
||||
test.fixme("XioPM visual presence", async ({ page }) => {
|
||||
await page.goto("/analogInputs");
|
||||
});
|
||||
Reference in New Issue
Block a user