forked from baron/baron-sso
코드 체크 개선
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user