forked from baron/baron-sso
adminfront test 오류 해결
This commit is contained in:
@@ -1028,7 +1028,7 @@ test.describe("Tenants Management", () => {
|
||||
(button as HTMLButtonElement).click();
|
||||
});
|
||||
|
||||
await expect(page.getByTestId("tenant-import-result")).toContainText(
|
||||
await expect(page.getByTestId("tenant-import-summary")).toContainText(
|
||||
/생성 2|Created 2/i,
|
||||
);
|
||||
|
||||
|
||||
@@ -90,7 +90,7 @@ test.describe("Tenants CSV live E2E", () => {
|
||||
await expect(page.getByRole("dialog")).toContainText("CSV 가져오기 확인");
|
||||
await page.getByTestId("tenant-import-confirm-btn").click();
|
||||
|
||||
await expect(page.getByTestId("tenant-import-result")).toContainText(
|
||||
await expect(page.getByTestId("tenant-import-summary")).toContainText(
|
||||
/생성 1|Created 1/i,
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user