forked from baron/baron-sso
style(adminfront): fix biome formatting in e2e tests
This commit is contained in:
@@ -733,9 +733,7 @@ test.describe("Tenants Management", () => {
|
||||
page.getByTestId("tenant-export-with-ids-menu-item"),
|
||||
).toBeVisible();
|
||||
const exportWithIdsDownload = page.waitForEvent("download");
|
||||
await page
|
||||
.getByTestId("tenant-export-with-ids-menu-item")
|
||||
.click();
|
||||
await page.getByTestId("tenant-export-with-ids-menu-item").click();
|
||||
await exportWithIdsDownload;
|
||||
expect(exportUrl).toContain("includeIds=true");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user