This commit is contained in:
@@ -19,6 +19,10 @@ test.describe('admin smoke', () => {
|
||||
consoleErrors.push(error.message);
|
||||
});
|
||||
|
||||
await page.goto(`${baseUrl}/admin/login`);
|
||||
await expect(page).toHaveTitle(/관리자/);
|
||||
await expect(page.getByRole('heading', { name: /관리자 로그인/ })).toBeVisible();
|
||||
|
||||
await loginThroughAdminUi(page, baseUrl, username, password);
|
||||
|
||||
const menuChecks = [
|
||||
|
||||
Reference in New Issue
Block a user