We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3f8d0a commit c6b68d0Copy full SHA for c6b68d0
1 file changed
test/public/runs/runsPerLhcPeriod.overview.test.js
@@ -193,6 +193,7 @@ module.exports = () => {
193
// First export
194
await pressElement(page, EXPORT_RUNS_TRIGGER_SELECTOR, true);
195
await page.waitForSelector('select.form-control', { timeout: 200 });
196
+ await page.waitForSelector('option[value=runNumber]', { timeout: 200 });
197
await page.select('select.form-control', 'runQuality', 'runNumber', 'definition', 'lhcPeriod');
198
await expectInnerText(page, '#send:enabled', 'Export');
199
0 commit comments