Skip to content

Commit

Permalink
Revert "Scroll and click"
Browse files Browse the repository at this point in the history
This reverts commit 86b61a4.
  • Loading branch information
ioedeveloper committed Oct 30, 2020
1 parent 86b61a4 commit a300791
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions apps/remix-ide-e2e/src/tests/debugger.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -157,10 +157,6 @@ 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) {
Expand Down

0 comments on commit a300791

Please sign in to comment.