1
0
forked from baron/baron-sso

코드 체크 개선

This commit is contained in:
2026-05-21 08:46:08 +09:00
parent 79f99757ee
commit 2d6ca2f66b
14 changed files with 104 additions and 17 deletions

View File

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