pull/2700/head
bunsenstraat 2 years ago committed by Aniket
parent 15d17f2f95
commit e555edde13
  1. 5
      apps/remix-ide-e2e/src/tests/terminal.test.ts

@ -164,9 +164,10 @@ module.exports = {
'Should print hardhat logs #group4 #flaky': function (browser: NightwatchBrowser) {
browser
.click('*[data-id="terminalClearConsole"]') // clear the terminal
.addFile('printHardhatlog.sol', { content: hardhatLog }).pause(2000)
.addFile('printHardhatlog.sol', { content: hardhatLog }).pause(4000)
.saveScreenshot('./reports/screenshots/hardhatLog.png')
.openFile('printHardhatlog.sol')
.openFile('printHardhatlog.sol').pause(4000)
.saveScreenshot('./reports/screenshots/hardhatLog_2.png')
.clickLaunchIcon('solidity')
.waitForElementVisible('[for="autoCompile"]')
.click('[for="autoCompile"]')

Loading…
Cancel
Save