mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 19:05:59 +01:00
server: Fix duplicating notes with relationships (closes #308)
This commit is contained in:
@@ -2,8 +2,8 @@ import { test as setup, expect } from '@playwright/test';
|
||||
|
||||
const authFile = 'playwright/.auth/user.json';
|
||||
|
||||
const ROOT_URL = "http://localhost:8080";
|
||||
const LOGIN_PASSWORD = "eliandoran";
|
||||
const ROOT_URL = "http://localhost:8082";
|
||||
const LOGIN_PASSWORD = "demo1234";
|
||||
|
||||
// Reference: https://playwright.dev/docs/auth#basic-shared-account-in-all-tests
|
||||
|
||||
|
||||
Reference in New Issue
Block a user