Merge branch 'master' into fixconsole

pull/5370/head
bunsenstraat 3 years ago committed by GitHub
commit 944503342a
  1. 1
      apps/remix-ide-e2e/src/tests/solidityUnittests.spec.ts

@ -96,6 +96,7 @@ module.exports = {
.clickLaunchIcon('filePanel')
.openFile('tests/compilationError_test.sol')
.clickLaunchIcon('solidityUnitTesting')
.pause(2000)
.click('*[data-id="testTabCheckAllTests"]')
.clickElementAtPosition('.singleTestLabel', 3)
.scrollAndClick('*[data-id="testTabRunTestsTabRunAction"]')

Loading…
Cancel
Save