refactor admin UX and stabilize shell
TaxBaik CI/CD / build-and-deploy (push) Failing after 2m20s

This commit is contained in:
2026-07-09 00:03:33 +09:00
parent a2f94e2b5e
commit 89fa51efe2
91 changed files with 1633 additions and 1030 deletions
+2 -2
View File
@@ -6,11 +6,11 @@ test.describe('프로덕션 사용자 흐름 테스트', () => {
test('홈페이지 → 로그인 → 대시보드 → 블로그 CRUD', async ({ page }) => {
const baseUrl = process.env.E2E_BASE_URL || 'https://www.taxbaik.com';
const username = process.env.E2E_ADMIN_USERNAME || 'admin';
const password = process.env.E2E_ADMIN_PASSWORD || 'Admin123!@#456';
const password = process.env.E2E_ADMIN_PASSWORD || 'Admin@123456';
console.log('=== 1단계: 홈페이지 접속 ===');
await page.goto(baseUrl);
await expect(page).toHaveURL(/\/taxbaik\/?$/);
await expect(page).toHaveURL(/^https?:\/\/[^/]+\/?$/);
console.log('✓ 홈페이지 로드됨');
// 홈페이지 콘텐츠 확인