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,
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user