update nextcloud handling

This commit is contained in:
Matthias Hochmeister
2026-03-13 12:24:14 +01:00
parent 5f0e76155f
commit e49b4f63ae
5 changed files with 137 additions and 30 deletions

View File

@@ -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) {