Fix highlight line

pull/5370/head
ioedeveloper 4 years ago
parent f811a95722
commit b3e5813c3f
  1. 2
      apps/remix-ide-e2e/src/tests/debugger.spec.ts

@ -127,7 +127,7 @@ module.exports = {
But the debugger uses now validSourcelocation, which means file is not -1.
In that case the source highlight at 261 should be the same as for step 262
*/
.waitForElementPresent('.highlightLine7')
.waitForElementPresent('.highlightLine6')
.goToVMTraceStep(266)
.pause(1000)
.checkVariableDebug('soliditylocals', localVariable_step266_ABIEncoder) // locals should not be initiated at this point, only idAsk should

Loading…
Cancel
Save