Commit c5c0832d authored by ioedeveloper's avatar ioedeveloper

Increase delay for load more

parent ca01d59b
......@@ -158,7 +158,7 @@ module.exports = {
.assert.containsText('*[data-id="solidityLocals"]', '9: 9 uint256')
.notContainsText('*[data-id="solidityLocals"]', '10: 10 uint256')
.click('*[data-id="treeViewLoadMore"]')
.pause(2000)
.pause(5000)
.assert.containsText('*[data-id="solidityLocals"]', '19: 19 uint256')
.notContainsText('*[data-id="solidityLocals"]', '20: 20 uint256')
},
......
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