forked from baron/baron-sso
테넌트 crud 테스트 코드 추가
This commit is contained in:
@@ -55,7 +55,7 @@ test.describe("Authentication", () => {
|
||||
|
||||
// Should be on the dashboard/overview
|
||||
await expect(page.locator("aside")).toBeVisible();
|
||||
await expect(page.locator("h1")).toContainText("Admin Control");
|
||||
await expect(page.locator("h1")).toContainText(/Admin Control|운영 도구/);
|
||||
});
|
||||
|
||||
test("should logout and redirect to login page", async ({ page }) => {
|
||||
|
||||
Reference in New Issue
Block a user