This commit is contained in:
@@ -6,6 +6,7 @@ test.describe('public smoke', () => {
|
||||
test('loads the main public pages with SEO basics', async ({ page }) => {
|
||||
await page.goto(baseUrl);
|
||||
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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user