(address)
| 23 | } |
| 24 | } |
| 25 | static async inputAddress(address) { |
| 26 | await TestHelpers.replaceTextInField(SEND_ADDRESS_INPUT_FIELD, address); |
| 27 | } |
| 28 | |
| 29 | static async tapAddAddressToAddressBook() { |
| 30 | await TestHelpers.waitAndTap(ADD_ADDRESS_BUTTON); |
no test coverage detected