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

Method tapNextButton

e2e/pages/SendView.js:14–24  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12 }
13
14 static async tapNextButton() {
15 if (device.getPlatform() === 'ios') {
16 await TestHelpers.waitAndTap(
17 SendViewSelectorsIDs.ADDRESS_BOOK_NEXT_BUTTON,
18 );
19 } else {
20 await TestHelpers.waitAndTapByLabel(
21 SendViewSelectorsIDs.ADDRESS_BOOK_NEXT_BUTTON,
22 );
23 }
24 }
25 static async inputAddress(address) {
26 await TestHelpers.replaceTextInField(SEND_ADDRESS_INPUT_FIELD, address);
27 }

Calls 2

waitAndTapByLabelMethod · 0.80
waitAndTapMethod · 0.45

Tested by

no test coverage detected