Fixed admin tests.

This commit is contained in:
SamTV12345 2024-03-15 19:01:09 +01:00
parent 0e4937b50f
commit 95d99424e1
2 changed files with 1 additions and 2 deletions

View file

@ -1,6 +1,5 @@
import {expect, test} from "@playwright/test";
import {loginToAdmin, restartEtherpad, saveSettings} from "../helper/adminhelper";
import exp from "node:constants";
test.beforeEach(async ({ page })=>{
await loginToAdmin(page, 'admin', 'changeme1');