forked from baron/baron-sso
Format adminfront code check targets
This commit is contained in:
@@ -288,9 +288,7 @@ test.describe("Tenants Management", () => {
|
||||
await page
|
||||
.getByTestId("tenant-import-match-select-3")
|
||||
.selectOption("__create__");
|
||||
await page
|
||||
.getByTestId("tenant-import-create-slug-3")
|
||||
.fill("child-created");
|
||||
await page.getByTestId("tenant-import-create-slug-3").fill("child-created");
|
||||
await page.getByTestId("tenant-import-confirm-btn").click();
|
||||
|
||||
await expect(page.getByTestId("tenant-import-result")).toContainText(
|
||||
|
||||
Reference in New Issue
Block a user