Scroll and click

pull/5370/head
ioedeveloper 4 years ago
parent c54960ff8d
commit 2b6d5e1556
  1. 4
      apps/remix-ide-e2e/src/tests/debugger.test.ts

@ -157,6 +157,10 @@ module.exports = {
.waitForElementPresent('*[data-id="treeViewDivtreeViewLoadMore"]')
.assert.containsText('*[data-id="solidityLocals"]', '9: 9 uint256')
.notContainsText('*[data-id="solidityLocals"]', '10: 10 uint256')
.scrollAndClick('*[data-id="treeViewDivtreeViewLoadMore"]')
.pause(5000)
.assert.containsText('*[data-id="solidityLocals"]', '19: 19 uint256')
.notContainsText('*[data-id="solidityLocals"]', '20: 20 uint256')
},
'Should debug using generated sources': function (browser: NightwatchBrowser) {

Loading…
Cancel
Save