Commit a300791f authored by ioedeveloper's avatar ioedeveloper

Revert "Scroll and click"

This reverts commit 86b61a41.
parent 86b61a41
...@@ -157,10 +157,6 @@ module.exports = { ...@@ -157,10 +157,6 @@ module.exports = {
.waitForElementPresent('*[data-id="treeViewDivtreeViewLoadMore"]') .waitForElementPresent('*[data-id="treeViewDivtreeViewLoadMore"]')
.assert.containsText('*[data-id="solidityLocals"]', '9: 9 uint256') .assert.containsText('*[data-id="solidityLocals"]', '9: 9 uint256')
.notContainsText('*[data-id="solidityLocals"]', '10: 10 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) { 'Should debug using generated sources': function (browser: NightwatchBrowser) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment