Skip to content

Commit fedb3c7

Browse files
author
GuustMetz
committed
stealth fix a test
1 parent 97f69d2 commit fedb3c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/public/runs/overview.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -954,9 +954,9 @@ module.exports = () => {
954954
await page.waitForSelector(badFilterSelector);
955955
await page.$eval(badFilterSelector, (element) => element.click());
956956
await page.waitForSelector('tbody tr:nth-child(2)');
957-
await page.waitForSelector(EXPORT_RUNS_TRIGGER_SELECTOR);
958957

959958
///// Download
959+
await waitForButtonToBecomeActive(EXPORT_RUNS_TRIGGER_SELECTOR);
960960
await page.$eval(EXPORT_RUNS_TRIGGER_SELECTOR, (button) => button.click());
961961
await page.waitForSelector('#export-data-modal', { timeout: 5000 });
962962

0 commit comments

Comments
 (0)