fix(e2e): stabilize authenticated unlock flows

This commit is contained in:
Codex
2026-07-22 16:53:09 +08:00
parent 8bd67b83c5
commit e813333607
16 changed files with 116 additions and 28 deletions
+1 -1
View File
@@ -40,6 +40,6 @@ pnpm test:e2e:real
```bash
PLAYWRIGHT_BASE_URL=https://cozsweet.com \
E2E_API_BASE_URL=https://proapi.banlv-ai.com \
E2E_API_BASE_URL=https://api.banlv-ai.com \
pnpm test:e2e:prod
```