Skip to content

Commit

Permalink
needed to ignore console
Browse files Browse the repository at this point in the history
  • Loading branch information
etanb committed Sep 6, 2024
1 parent 89bb6c5 commit 2cd29b3
Showing 2 changed files with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -379,6 +379,7 @@ test.describe(
await context.tracing.start({ screenshots: true, snapshots: true });
await setDate(dailyDataPage.page, "#start-date", 14);
await setDate(dailyDataPage.page, "#end-date", 0);
// eslint-disable-next-line no-console
console.log("HITS TEST: downloads the file");

await applyButton(dailyDataPage.page).click();
Binary file modified frontend-react/frontend-react/e2e-data/trace-download-test.zip
Binary file not shown.

0 comments on commit 2cd29b3

Please sign in to comment.