comment added

pull/5370/head
aniket-engg 3 years ago committed by Aniket
parent 68c1e709e7
commit ef17ba2981
  1. 2
      apps/remix-ide-e2e/src/tests/solidityUnittests.spec.ts

@ -104,6 +104,8 @@ module.exports = {
.click('*[data-id="tests/compilationError_test.sol"]')
.pause(1000)
.getEditorValue((content) => browser.assert.ok(content.indexOf('contract failOnCompilation {') !== -1))
// Verify that compilation error is still present after a file is opened
// usually, tests result is cleared on opening a new file
.verify.elementPresent('*[data-id="tests/compilationError_test.sol"]')
},

Loading…
Cancel
Save