Skip to content

Commit

Permalink
Fix Selenium script
Browse files Browse the repository at this point in the history
  • Loading branch information
queengooborg committed Dec 11, 2023
1 parent c6d37b4 commit 8e81d58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/selenium.ts
Original file line number Diff line number Diff line change
Expand Up @@ -642,7 +642,7 @@ const run = async (

log(task, "Exporting results...");
await goToPage(driver, browser, version, `${host}/export`);
const downloadEl = await driver.findElement(By.id("export-download"));
const downloadEl = await driver.findElement(By.id("download"));
const downloadUrl = await downloadEl.getAttribute("href");

if (!ctx.testenv) {
Expand Down

0 comments on commit 8e81d58

Please sign in to comment.