|
|
|
@ -27,9 +27,9 @@ module.exports = { |
|
|
|
|
browser.getAddressAtPosition(0, (address) => { |
|
|
|
|
browser.sendLowLevelTx(address, '0', '0xaa') |
|
|
|
|
.pause(1000) |
|
|
|
|
.journalLastChildIncludes('to:CheckSpecials.(fallback)') |
|
|
|
|
.journalLastChildIncludes('value:0 wei') |
|
|
|
|
.journalLastChildIncludes('data:0xaa') |
|
|
|
|
.journalLastChildIncludes('to: CheckSpecials.(fallback)') |
|
|
|
|
.journalLastChildIncludes('value: 0 wei') |
|
|
|
|
.journalLastChildIncludes('data: 0xaa') |
|
|
|
|
.perform(done) |
|
|
|
|
}) |
|
|
|
|
}) |
|
|
|
@ -64,9 +64,9 @@ module.exports = { |
|
|
|
|
browser.getAddressAtPosition(0, (address) => { |
|
|
|
|
browser.sendLowLevelTx(address, '1', '') |
|
|
|
|
.pause(1000) |
|
|
|
|
.journalLastChildIncludes('to:CheckSpecials.(receive)') |
|
|
|
|
.journalLastChildIncludes('value:1 wei') |
|
|
|
|
.journalLastChildIncludes('data:0x') |
|
|
|
|
.journalLastChildIncludes('to: CheckSpecials.(receive)') |
|
|
|
|
.journalLastChildIncludes('value: 1 wei') |
|
|
|
|
.journalLastChildIncludes('data: 0x') |
|
|
|
|
.perform(done) |
|
|
|
|
}) |
|
|
|
|
}) |
|
|
|
@ -94,9 +94,9 @@ module.exports = { |
|
|
|
|
browser.getAddressAtPosition(1, (address) => { |
|
|
|
|
browser.sendLowLevelTx(address, '1', '') |
|
|
|
|
.pause(1000) |
|
|
|
|
.journalLastChildIncludes('to:CheckSpecials.(receive)') |
|
|
|
|
.journalLastChildIncludes('value:1 wei') |
|
|
|
|
.journalLastChildIncludes('data:0x') |
|
|
|
|
.journalLastChildIncludes('to: CheckSpecials.(receive)') |
|
|
|
|
.journalLastChildIncludes('value: 1 wei') |
|
|
|
|
.journalLastChildIncludes('data: 0x') |
|
|
|
|
.perform(done) |
|
|
|
|
}) |
|
|
|
|
}) |
|
|
|
@ -124,9 +124,9 @@ module.exports = { |
|
|
|
|
browser.getAddressAtPosition(2, (address) => { |
|
|
|
|
browser.sendLowLevelTx(address, '1', '') |
|
|
|
|
.pause(1000) |
|
|
|
|
.journalLastChildIncludes('to:CheckSpecials.(fallback)') |
|
|
|
|
.journalLastChildIncludes('value:1 wei') |
|
|
|
|
.journalLastChildIncludes('data:0x') |
|
|
|
|
.journalLastChildIncludes('to: CheckSpecials.(fallback)') |
|
|
|
|
.journalLastChildIncludes('value: 1 wei') |
|
|
|
|
.journalLastChildIncludes('data: 0x') |
|
|
|
|
.perform(done) |
|
|
|
|
}) |
|
|
|
|
}) |
|
|
|
@ -137,9 +137,9 @@ module.exports = { |
|
|
|
|
browser.getAddressAtPosition(2, (address) => { |
|
|
|
|
browser.sendLowLevelTx(address, '1', '0xaa') |
|
|
|
|
.pause(1000) |
|
|
|
|
.journalLastChildIncludes('to:CheckSpecials.(fallback)') |
|
|
|
|
.journalLastChildIncludes('value:1 wei') |
|
|
|
|
.journalLastChildIncludes('data:0xaa') |
|
|
|
|
.journalLastChildIncludes('to: CheckSpecials.(fallback)') |
|
|
|
|
.journalLastChildIncludes('value: 1 wei') |
|
|
|
|
.journalLastChildIncludes('data: 0xaa') |
|
|
|
|
.perform(done) |
|
|
|
|
}) |
|
|
|
|
}) |
|
|
|
@ -176,9 +176,9 @@ module.exports = { |
|
|
|
|
browser.getAddressAtPosition(4, (address) => { |
|
|
|
|
browser.sendLowLevelTx(address, '1', '0xaa') |
|
|
|
|
.pause(1000) |
|
|
|
|
.journalLastChildIncludes('to:CheckSpecials.(fallback)') |
|
|
|
|
.journalLastChildIncludes('value:1 wei') |
|
|
|
|
.journalLastChildIncludes('data:0xaa') |
|
|
|
|
.journalLastChildIncludes('to: CheckSpecials.(fallback)') |
|
|
|
|
.journalLastChildIncludes('value: 1 wei') |
|
|
|
|
.journalLastChildIncludes('data: 0xaa') |
|
|
|
|
.perform(done) |
|
|
|
|
}) |
|
|
|
|
}) |
|
|
|
@ -188,9 +188,9 @@ module.exports = { |
|
|
|
|
browser.getAddressAtPosition(4, (address) => { |
|
|
|
|
browser.sendLowLevelTx(address, '1', '') |
|
|
|
|
.pause(1000) |
|
|
|
|
.journalLastChildIncludes('to:CheckSpecials.(receive)') |
|
|
|
|
.journalLastChildIncludes('value:1 wei') |
|
|
|
|
.journalLastChildIncludes('data:0x') |
|
|
|
|
.journalLastChildIncludes('to: CheckSpecials.(receive)') |
|
|
|
|
.journalLastChildIncludes('value: 1 wei') |
|
|
|
|
.journalLastChildIncludes('data: 0x') |
|
|
|
|
.perform(done) |
|
|
|
|
}) |
|
|
|
|
}) |
|
|
|
|