Refine admin login flow and verification harness
TaxBaik CI/CD / build-and-deploy (push) Successful in 2m21s
TaxBaik CI/CD / build-and-deploy (push) Successful in 2m21s
This commit is contained in:
@@ -15,7 +15,7 @@ export async function waitForAppReady(page: Page) {
|
||||
|
||||
export async function waitForDashboardReady(page: Page) {
|
||||
await waitForAppReady(page);
|
||||
await expect(page).toHaveURL(/\/taxbaik\/admin\/dashboard$/, { timeout: Wait.page });
|
||||
await page.waitForTimeout(500);
|
||||
await expect(page.getByRole('link', { name: '로그아웃' })).toBeVisible({ timeout: Wait.page });
|
||||
await expect(page.getByText('세무 운영 콘솔')).toBeVisible({ timeout: Wait.page });
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user