update nextcloud handling
This commit is contained in:
@@ -2,7 +2,7 @@ import { chromium, Page } from '@playwright/test';
|
||||
import { FdiskMember, FdiskAusbildung } from './types';
|
||||
|
||||
const BASE_URL = process.env.FDISK_BASE_URL ?? 'https://app.fdisk.at';
|
||||
const LOGIN_URL = `${BASE_URL}/fdisk/`;
|
||||
const LOGIN_URL = `${BASE_URL}/fdisk/module/vws/logins/logins.aspx`;
|
||||
const MEMBERS_URL = `${BASE_URL}/fdisk/module/vws/Start.aspx`;
|
||||
|
||||
function log(msg: string) {
|
||||
|
||||
Reference in New Issue
Block a user