Prepare public GitHub mirror: LICENSE and scrub LAN IPs
CI / release (pull_request) Has been skipped
CI / skip-ci-check (pull_request) Successful in 33s
CI / secret-scan (pull_request) Successful in 31s
CI / build-and-test (pull_request) Failing after 1m22s
CI / selftest (pull_request) Has been skipped

This commit is contained in:
2026-08-05 12:28:27 -04:00
parent 0c5efe4de7
commit 18f8ffce15
11 changed files with 17 additions and 17 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
* Example UI pattern (not executed in kit CI — consumers own Playwright projects).
*
* Critical assert: after sign-out, URL host must remain the public host.
* This is the failure mode from punimtag #57 (redirect to 10.0.10.121:3001).
* This is the failure mode from punimtag #57 (redirect to 10.0.10.x:3001).
*/
import { test, expect } from '@playwright/test';
import { loadConfig, waitForUrlHost, assertPublicHost, TimingCollector } from '../../src/index.js';