Skip to content

Commit c6b68d0

Browse files
committed
fix test
1 parent d3f8d0a commit c6b68d0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,7 @@ module.exports = () => {
193193
// First export
194194
await pressElement(page, EXPORT_RUNS_TRIGGER_SELECTOR, true);
195195
await page.waitForSelector('select.form-control', { timeout: 200 });
196+
await page.waitForSelector('option[value=runNumber]', { timeout: 200 });
196197
await page.select('select.form-control', 'runQuality', 'runNumber', 'definition', 'lhcPeriod');
197198
await expectInnerText(page, '#send:enabled', 'Export');
198199

0 commit comments

Comments
 (0)