MCPcopy
hub / github.com/BlueWallet/BlueWallet / tapIfTextPresent

Function tapIfTextPresent

tests/e2e/helperz.js:293–298  ·  view source on GitHub ↗
(text)

Source from the content-addressed store, hash-verified

291}
292
293export async function tapIfTextPresent(text) {
294 try {
295 await element(by.text(text)).tap();
296 } catch (_) {}
297 // no need to check for visibility, just silently ignore exception if such testID is not present
298}
299
300/**
301 * Confirms password dialogs in a platform-safe way.

Callers 2

bluewallet.spec.jsFile · 0.90

Calls 1

textMethod · 0.45

Tested by

no test coverage detected