fix: test digitalInputsTest.ts

This commit is contained in:
ISA
2025-08-28 11:50:27 +02:00
parent 9e84386a5d
commit e8477640e2
6 changed files with 11 additions and 6 deletions

View File

@@ -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");