Skip to content

Commit 73ad3b9

Browse files
committed
fix
1 parent cbe789f commit 73ad3b9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/public/runs/runsPerDataPass.overview.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ module.exports = () => {
422422

423423
await page.waitForSelector('#detectorsQc-for-1-notBadFraction-operator');
424424
await page.select('#detectorsQc-for-1-notBadFraction-operator', '<=');
425-
await fillInput(page, '#gaqNotBadFraction-operand', '70', ['change']);
425+
await fillInput(page, '#detectorsQc-for-1-notBadFraction-operand', '70', ['change']);
426426
await expectColumnValues(page, 'runNumber', ['106']);
427427

428428
await pressElement(page, '#mcReproducibleAsNotBadToggle input', true);

0 commit comments

Comments
 (0)