Skip to content

Commit 97f69d2

Browse files
author
GuustMetz
committed
doing thething
1 parent c4052b4 commit 97f69d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,8 +217,8 @@ module.exports = () => {
217217
await waitForButtonToBecomeActive(page, EXPORT_RUNS_TRIGGER_SELECTOR);
218218
// First export
219219
await pressElement(page, EXPORT_RUNS_TRIGGER_SELECTOR, true);
220-
await page.waitForSelector('select.form-control', { timeout: 200 });
221-
await page.waitForSelector('option[value=runNumber]', { timeout: 200 });
220+
await page.waitForSelector('select.form-control');
221+
await page.waitForSelector('option[value=runNumber]');
222222
await page.select('select.form-control', 'runQuality', 'runNumber', 'definition', 'lhcPeriod');
223223
await expectInnerText(page, '#send:enabled', 'Export');
224224

0 commit comments

Comments
 (0)