|
|
@ -43,7 +43,7 @@ module.exports = { |
|
|
|
.click('*[data-id="slider"]') |
|
|
|
.click('*[data-id="slider"]') |
|
|
|
.setValue('*[data-id="slider"]', '50') |
|
|
|
.setValue('*[data-id="slider"]', '50') |
|
|
|
.assert.containsText('*[data-id="solidityLocals"]', 'no locals') |
|
|
|
.assert.containsText('*[data-id="solidityLocals"]', 'no locals') |
|
|
|
.assert.containsText('*[data-id="stepdetail"]', 'vm trace step:\n91') |
|
|
|
.assert.containsText('*[data-id="stepdetail"]', 'vm trace step:\n92') |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
'Should step back and forward transaction': function (browser: NightwatchBrowser) { |
|
|
|
'Should step back and forward transaction': function (browser: NightwatchBrowser) { |
|
|
@ -51,12 +51,12 @@ module.exports = { |
|
|
|
.waitForElementPresent('*[data-id="buttonNavigatorIntoBack"]') |
|
|
|
.waitForElementPresent('*[data-id="buttonNavigatorIntoBack"]') |
|
|
|
.scrollAndClick('*[data-id="buttonNavigatorIntoBack"]') |
|
|
|
.scrollAndClick('*[data-id="buttonNavigatorIntoBack"]') |
|
|
|
.pause(2000) |
|
|
|
.pause(2000) |
|
|
|
.assert.containsText('*[data-id="stepdetail"]', 'vm trace step:\n90') |
|
|
|
|
|
|
|
.assert.containsText('*[data-id="stepdetail"]', 'execution step:\n90') |
|
|
|
|
|
|
|
.click('*[data-id="buttonNavigatorIntoForward"]') |
|
|
|
|
|
|
|
.pause(2000) |
|
|
|
|
|
|
|
.assert.containsText('*[data-id="stepdetail"]', 'vm trace step:\n91') |
|
|
|
.assert.containsText('*[data-id="stepdetail"]', 'vm trace step:\n91') |
|
|
|
.assert.containsText('*[data-id="stepdetail"]', 'execution step:\n91') |
|
|
|
.assert.containsText('*[data-id="stepdetail"]', 'execution step:\n91') |
|
|
|
|
|
|
|
.click('*[data-id="buttonNavigatorIntoForward"]') |
|
|
|
|
|
|
|
.pause(2000) |
|
|
|
|
|
|
|
.assert.containsText('*[data-id="stepdetail"]', 'vm trace step:\n92') |
|
|
|
|
|
|
|
.assert.containsText('*[data-id="stepdetail"]', 'execution step:\n92') |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
'Should jump through breakpoints': function (browser: NightwatchBrowser) { |
|
|
|
'Should jump through breakpoints': function (browser: NightwatchBrowser) { |
|
|
|