|
|
@ -118,7 +118,7 @@ module.exports = { |
|
|
|
.perform(function () { |
|
|
|
.perform(function () { |
|
|
|
const actions = this.actions({ async: true }); |
|
|
|
const actions = this.actions({ async: true }); |
|
|
|
return actions. |
|
|
|
return actions. |
|
|
|
sendKeys('someaddress') |
|
|
|
sendKeys('someaddress.') |
|
|
|
}) |
|
|
|
}) |
|
|
|
.waitForElementVisible(autoCompleteLineElement('balance')) |
|
|
|
.waitForElementVisible(autoCompleteLineElement('balance')) |
|
|
|
.waitForElementVisible(autoCompleteLineElement('send')) |
|
|
|
.waitForElementVisible(autoCompleteLineElement('send')) |
|
|
|