1
0
forked from baron/baron-sso

fix: resolve ambiguous '추가' button in E2E tests (#917)

This commit is contained in:
2026-05-29 13:39:43 +09:00
parent 00b89c04d6
commit 963b0835ea
3 changed files with 6 additions and 3 deletions

View File

@@ -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"),