|
|
@ -42,7 +42,8 @@ function loadTraceNotFound (browser) { |
|
|
|
.execute(function () { |
|
|
|
.execute(function () { |
|
|
|
return document.querySelector('#txinfo .dropdownpanel .dropdownrawcontent').innerHTML |
|
|
|
return document.querySelector('#txinfo .dropdownpanel .dropdownrawcontent').innerHTML |
|
|
|
}, [], function (result) { |
|
|
|
}, [], function (result) { |
|
|
|
if (result.value.indexOf('<not found>') === -1) { |
|
|
|
console.log(result.value) |
|
|
|
|
|
|
|
if (result.value.indexOf('not found') === -1) { |
|
|
|
browser.assert.fail(' txinput panel does not contain <not found> ', 'info about error', '') |
|
|
|
browser.assert.fail(' txinput panel does not contain <not found> ', 'info about error', '') |
|
|
|
} |
|
|
|
} |
|
|
|
}) |
|
|
|
}) |
|
|
@ -58,6 +59,7 @@ function loadTrace (browser) { |
|
|
|
.execute(function () { |
|
|
|
.execute(function () { |
|
|
|
return document.querySelector('#txinfo .dropdownpanel .dropdownrawcontent').innerHTML |
|
|
|
return document.querySelector('#txinfo .dropdownpanel .dropdownrawcontent').innerHTML |
|
|
|
}, [], function (result) { |
|
|
|
}, [], function (result) { |
|
|
|
|
|
|
|
console.log(result.value) |
|
|
|
if (result.value.indexOf('0x20ef65b8b186ca942fcccd634f37074dde49b541c27994fc7596740ef44cfd51') === -1) { |
|
|
|
if (result.value.indexOf('0x20ef65b8b186ca942fcccd634f37074dde49b541c27994fc7596740ef44cfd51') === -1) { |
|
|
|
browser.assert.fail(' txinput panel does not contain 0x20ef65b8b186ca942fcccd634f37074dde49b541c27994fc7596740ef44cfd51 ', 'info about error', '') |
|
|
|
browser.assert.fail(' txinput panel does not contain 0x20ef65b8b186ca942fcccd634f37074dde49b541c27994fc7596740ef44cfd51 ', 'info about error', '') |
|
|
|
} |
|
|
|
} |
|
|
|