fix: test digitalInputsTest.ts
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { expect } from "@playwright/test";
|
||||
import type { Page } from "@playwright/test";
|
||||
import { highlightAndExpectVisible } from "./highlight";
|
||||
import { highlightAndExpectVisible } from "../utils/highlight";
|
||||
|
||||
export async function runSettingsPageTest(page: Page) {
|
||||
await page.goto("http://localhost:3000/einstellungen");
|
||||
|
||||
Reference in New Issue
Block a user