forked from baron/baron-sso
Merge remote-tracking branch 'origin/dev' into dev
# Conflicts: # adminfront/src/features/tenants/routes/TenantListPage.tsx # adminfront/src/features/users/UserDetailPage.tsx # adminfront/tests/users_bulk_secondary.spec.ts
This commit is contained in:
@@ -721,7 +721,7 @@ test.describe("User Management", () => {
|
||||
await expect(page.locator("input#department")).toHaveCount(0);
|
||||
|
||||
await expect(page.getByText(/대표 소속/i)).toHaveCount(0);
|
||||
await page.getByRole("button", { name: /^추가$/i }).click();
|
||||
await page.getByTestId("add-appointment-btn").click();
|
||||
await expect(page.getByTestId("appointment-row-0")).toBeVisible();
|
||||
await expect(
|
||||
page.getByTestId("appointment-tenant-owner-line-0"),
|
||||
|
||||
Reference in New Issue
Block a user