mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 02:45:54 +01:00
chore(prettier): fix all files
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { test as setup, expect } from '@playwright/test';
|
||||
import { test as setup, expect } from "@playwright/test";
|
||||
|
||||
const authFile = 'playwright/.auth/user.json';
|
||||
const authFile = "playwright/.auth/user.json";
|
||||
|
||||
const ROOT_URL = "http://localhost:8082";
|
||||
const LOGIN_PASSWORD = "demo1234";
|
||||
@@ -12,6 +12,6 @@ setup("authenticate", async ({ page }) => {
|
||||
await expect(page).toHaveURL(`${ROOT_URL}/login`);
|
||||
|
||||
await page.getByRole("textbox", { name: "Password" }).fill(LOGIN_PASSWORD);
|
||||
await page.getByRole("button", { name: "Login"}).click();
|
||||
await page.getByRole("button", { name: "Login" }).click();
|
||||
await page.context().storageState({ path: authFile });
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user