forked from baron/baron-sso
Format adminfront code check targets
This commit is contained in:
@@ -177,9 +177,9 @@ test.describe("Users Bulk Upload", () => {
|
||||
),
|
||||
});
|
||||
|
||||
await expect(page.getByTestId("user-import-tenant-resolution")).toContainText(
|
||||
/신규 생성|Create new/i,
|
||||
);
|
||||
await expect(
|
||||
page.getByTestId("user-import-tenant-resolution"),
|
||||
).toContainText(/신규 생성|Create new/i);
|
||||
await page.getByTestId("bulk-start-btn").click();
|
||||
|
||||
await expect(page.getByText("new@test.com")).toBeVisible();
|
||||
|
||||
Reference in New Issue
Block a user