fix: address application tracker review findings

This commit is contained in:
Amruth Pillai
2026-07-05 23:38:39 +02:00
parent b1d95e61de
commit c721fe5cbc
26 changed files with 4290 additions and 8107 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ test("exports and imports a resume JSON backup", async ({ authPage: page }, test
await openSidebarSection(page, "Export");
// Downloads now live in a dialog: open it, then trigger the JSON export.
await page.getByRole("button", { name: /Choose PDF, DOCX, or JSON/ }).click();
await page.getByRole("button", { name: /Choose PDF, DOCX, Markdown, or JSON/ }).click();
const downloadPromise = page.waitForEvent("download");
await page.getByRole("button", { name: "Download JSON" }).click();
const download = await downloadPromise;