mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-07-25 01:15:26 +10:00
fix: address application tracker review findings
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user