Fix admin WASM shell and E2E auth
TaxBaik CI/CD / build-and-deploy (push) Failing after 23s

This commit is contained in:
2026-07-07 15:47:29 +09:00
parent 35842b6765
commit 0f71e8c41f
18 changed files with 125 additions and 52 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ test('production: verify all admin pages load correctly', async ({ page }) => {
// Login
console.log('🔐 Logging in...');
await loginThroughAdminUi(page, baseUrl, 'test_admin', 'admin123');
await loginThroughAdminUi(page, baseUrl, 'admin', 'Admin123!@#456');
console.log('✓ Login successful\n');
const pageHero = page.locator('.admin-page-hero').first();