Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
AbeJellinek committed Jul 16, 2024
1 parent a570427 commit 2875c1e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .ci/pull-request-check/selenium-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,9 +119,7 @@ var allPassed = false;
await driver.wait(until.elementLocated({id: 'translator-tests-complete'}), 30*60*1000);
testResults = await driver.executeScript('return window.seleniumOutput');
console.log('Results:', testResults)
if (!Object.keys(testResults).length) {
console.log(await driver.executeScript('return document.querySelector("#output-box").textContent'));
}
console.log(await driver.executeScript('return document.querySelector("#output-box").textContent'));

allPassed = report(testResults);
}
Expand Down

0 comments on commit 2875c1e

Please sign in to comment.