mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-07-22 06:02:54 +00:00
ci(desec): drop obsolete SKIP_DOMAIN_VALIDATION from the deSEC test step
The deSEC registration entry point now renders regardless of SKIP_DOMAIN_VALIDATION (it was moved out of the skip-validation guard), and the deSEC flow already sets the domain with validation skipped internally. Remove the now-unnecessary SKIP_DOMAIN_VALIDATION=false override from the deSEC Playwright steps in both workflows and update the stale spec comment. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
@@ -2,9 +2,8 @@ import { test, expect } from '@playwright/test';
|
||||
import { DESEC_MOCK_URL, logInToContainersPage } from './desec-helpers.js';
|
||||
|
||||
// Drives the real AIO interface through the full deSEC "register a free domain" flow
|
||||
// against the local mock (php/tests/desec-mock.mjs). The mastercontainer must be started
|
||||
// with SKIP_DOMAIN_VALIDATION=false (so the deSEC registration entry point is rendered) and
|
||||
// its configuration.json must point desec_api_base / desec_update_url at the mock (see the
|
||||
// against the local mock (php/tests/desec-mock.mjs). The mastercontainer's
|
||||
// configuration.json must point desec_api_base / desec_update_url at the mock (see the
|
||||
// Playwright CI workflow). The mock's control endpoint is reachable from the test runner
|
||||
// on the host at DESEC_MOCK_URL (default http://localhost:8090).
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user