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

Method tapSignButton

e2e/pages/modals/SigningModal.js:5–11  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3
4export default class SigningModal {
5 static async tapSignButton() {
6 if (device.getPlatform() === 'android') {
7 await TestHelpers.waitAndTapByLabel(SigningModalSelectorsIDs.SIGN_BUTTON);
8 } else {
9 await TestHelpers.waitAndTap(SigningModalSelectorsIDs.SIGN_BUTTON);
10 }
11 }
12
13 static async tapCancelButton() {
14 if (device.getPlatform() === 'android') {

Callers 5

eth-sign.spec.jsFile · 0.80
typed-sign.spec.jsFile · 0.80

Calls 2

waitAndTapByLabelMethod · 0.80
waitAndTapMethod · 0.45

Tested by

no test coverage detected