Skip to content

Commit e8b7e79

Browse files
author
GuustMetz
committed
fix runsPerLHCPeriod export test
1 parent 295c7db commit e8b7e79

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/public/runs/runsPerLhcPeriod.overview.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ module.exports = () => {
215215
const targetFileName = 'data.json';
216216

217217
// First export
218-
await pressElement(page, EXPORT_RUNS_TRIGGER_SELECTOR, true);
218+
await pressElement(page, EXPORT_RUNS_TRIGGER_SELECTOR);
219219
await page.waitForSelector('select.form-control');
220220
await page.waitForSelector('option[value=runNumber]');
221221
await page.select('select.form-control', 'runQuality', 'runNumber', 'definition', 'lhcPeriod');

0 commit comments

Comments
 (0)