pull/948/head
yann300 4 years ago
parent 20df4ba684
commit 257d41745c
  1. 2
      apps/remix-ide-e2e/src/tests/compiler_api.test.ts

@ -60,7 +60,7 @@ module.exports = {
.click('li[data-id="treeViewLitreeViewItemREADME.txt"')
.addFile('ContractStackLimit.sol', { content: contractStackLimit })
.clickLaunchIcon('solidity')
.waitForElementPresent('[data-id="compiledErrors"] div:nth-child(2)', 45000)
.pause(10000)
.waitForElementContainsText('*[data-id="compiledErrors"]', 'CompilerError: Stack too deep when compiling inline assembly: Variable headStart is 1 slot(s) too deep inside the stack.')
.end()
},

Loading…
Cancel
Save