MCPcopy Create free account
hub / github.com/ICBNetwork/web3-Wallet / inputAddress

Method inputAddress

e2e/pages/SendView.js:25–27  ·  view source on GitHub ↗
(address)

Source from the content-addressed store, hash-verified

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);

Calls 1

replaceTextInFieldMethod · 0.45

Tested by

no test coverage detected