fix: align smoke marker with admin login page

This commit is contained in:
2026-07-04 20:57:24 +09:00
parent b578a9ba57
commit d2b2c7522a
3 changed files with 3 additions and 2 deletions
+1
View File
@@ -184,6 +184,7 @@ npm run test:e2e:smoke -- --project="Admin Smoke"
```bash
$env:E2E_BASE_URL="https://www.taxbaik.com/taxbaik"
npm run test:e2e:smoke -- --project="Public Smoke"
npm run test:e2e:smoke -- --project="Admin Smoke"
```
---