forked from baron/baron-sso
기능 재배포
This commit is contained in:
@@ -122,5 +122,10 @@ test.describe("Tenant Owners Management", () => {
|
||||
.locator("role=dialog")
|
||||
.getByRole("button", { name: /추가|Add/ });
|
||||
await addButton.click();
|
||||
|
||||
await expect(page.getByText("소유자가 추가되었습니다.")).toBeVisible();
|
||||
await expect(page.locator("table").first()).toContainText("User Two");
|
||||
await page.waitForTimeout(1200);
|
||||
await expect(page.locator("table").first()).toContainText("User Two");
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user