forked from baron/baron-sso
code-check 오류 수정
This commit is contained in:
@@ -184,14 +184,14 @@ test.describe("Bulk Actions and Tree Search", () => {
|
||||
await expect(selectionBar).toBeVisible({ timeout: 15000 });
|
||||
|
||||
await page.getByTestId("bulk-status-select").click();
|
||||
await page.getByRole("option", { name: /비활성|Inactive/i }).click();
|
||||
await page.getByRole("option", { name: /입사대기|Preboarding/i }).click();
|
||||
await page.getByTestId("bulk-apply-btn").click();
|
||||
|
||||
await expect
|
||||
.poll(() => capturedPayload)
|
||||
.toEqual({
|
||||
userIds: ["u-1"],
|
||||
status: "inactive",
|
||||
status: "preboarding",
|
||||
});
|
||||
await expect(selectionBar).not.toBeVisible({ timeout: 10000 });
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user