fix: playwright Test bugs beheben
This commit is contained in:
@@ -9,9 +9,9 @@ import { runSystemTest } from "./pages/system/systemTest";
|
||||
import { runSettingsPageTest } from "./pages/settingsPage/settingsPageTest";
|
||||
|
||||
test("Dashboard, AnalogInputs und SettingsPage", async ({ page }) => {
|
||||
// await runDashboardTest(page);
|
||||
// await runCableMonitoringTest(page);
|
||||
// await runDigitalInputsTest(page);
|
||||
await runDashboardTest(page);
|
||||
await runCableMonitoringTest(page);
|
||||
await runDigitalInputsTest(page);
|
||||
await runDigitalOutputsTest(page);
|
||||
await runAnalogInputsTest(page);
|
||||
await runMeldungenTest(page);
|
||||
|
||||
Reference in New Issue
Block a user