linting fix

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

@ -103,7 +103,7 @@ module.exports = {
.waitForElementContainsText('*[data-id="testTabTestsExecutionStoppedError"]', 'The test execution has been stopped because of error(s) in your test file', 120000) .waitForElementContainsText('*[data-id="testTabTestsExecutionStoppedError"]', 'The test execution has been stopped because of error(s) in your test file', 120000)
.click('*[data-id="tests/compilationError_test.sol"]') .click('*[data-id="tests/compilationError_test.sol"]')
.pause(1000) .pause(1000)
.getEditorValue((content) => browser.assert.ok(content.indexOf(`contract failOnCompilation {`) !== -1)) .getEditorValue((content) => browser.assert.ok(content.indexOf('contract failOnCompilation {') !== -1))
.verify.elementPresent('*[data-id="tests/compilationError_test.sol"]') .verify.elementPresent('*[data-id="tests/compilationError_test.sol"]')
}, },

Loading…
Cancel
Save