fix(e2e): stabilize local test execution, reset db credentials and add ignore filters
TaxBaik CI/CD / build-and-deploy (push) Successful in 2m58s

This commit is contained in:
2026-07-05 12:27:52 +09:00
parent f820b33fc5
commit 200a1213a2
5 changed files with 160 additions and 4 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ test.describe('public smoke', () => {
await expect(page).toHaveTitle(/백원숙 세무회계/);
await expect(page).not.toHaveTitle(/관리자/);
await expect(page.locator('meta[name="description"]')).toHaveAttribute('content', /사업자 기장|부동산|종합소득세/);
await expect(page.getByRole('heading', { name: '세금과 자산 한 번에 해결하는' })).toBeVisible();
await expect(page.getByRole('heading', { name: /상담 과정/ })).toBeVisible();
await page.goto(`${baseUrl}/blog`);
await expect(page).toHaveTitle(/블로그/);