|
|
@ -112,7 +112,7 @@ module.exports = { |
|
|
|
return actions. |
|
|
|
return actions. |
|
|
|
sendKeys(' someaddress;') |
|
|
|
sendKeys(' someaddress;') |
|
|
|
.sendKeys(this.Keys.ENTER) |
|
|
|
.sendKeys(this.Keys.ENTER) |
|
|
|
}).pause(2000) |
|
|
|
}).pause(4000) |
|
|
|
.perform(function () { |
|
|
|
.perform(function () { |
|
|
|
const actions = this.actions({ async: true }); |
|
|
|
const actions = this.actions({ async: true }); |
|
|
|
return actions. |
|
|
|
return actions. |
|
|
|