1
0
forked from baron/baron-sso

code check 오류 수정

This commit is contained in:
2026-05-15 19:49:16 +09:00
parent cd16cb3a4a
commit e01b3475ec
13 changed files with 14726 additions and 27 deletions

View File

@@ -421,10 +421,9 @@ test.describe("User Management", () => {
await page.goto("/users");
await page.getByTestId("user-data-mgmt-btn").click();
const [download] = await Promise.all([
page.waitForEvent("download"),
page.getByTestId("user-export-menu-item").click(),
page.getByTestId("user-export-without-ids-btn").click(),
]);
expect(download.suggestedFilename()).toBe("users.csv");