Skip to content

Commit 6fb5d46

Browse files
author
GuustMetz
committed
fix runsPerLHCPeriod tests
1 parent f2e199d commit 6fb5d46

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,8 +216,8 @@ module.exports = () => {
216216

217217
// First export
218218
await pressElement(page, EXPORT_RUNS_TRIGGER_SELECTOR, true);
219-
await page.waitForSelector('select.form-control', { timeout: 200 });
220-
await page.waitForSelector('option[value=runNumber]', { timeout: 200 });
219+
await page.waitForSelector('select.form-control');
220+
await page.waitForSelector('option[value=runNumber]');
221221
await page.select('select.form-control', 'runQuality', 'runNumber', 'definition', 'lhcPeriod');
222222
await expectInnerText(page, '#send:enabled', 'Export');
223223

0 commit comments

Comments
 (0)