MCPcopy
hub / github.com/BlueWallet/BlueWallet / waitForKeyboardToClose

Function waitForKeyboardToClose

tests/e2e/helperz.js:414–419  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

412// In GitHub Actions, we run Android tests with a hardware keyboard, so the onscreen keyboard doesn’t appear.
413// On iOS, it doesn’t cause any known issues.
414export async function waitForKeyboardToClose() {
415 if (device.getPlatform() === 'ios' || process.env.CI) {
416 return;
417 }
418 await sleep(500);
419}

Callers 5

bluewallet.spec.jsFile · 0.90
helperImportWalletFunction · 0.85
setCustomFeeRateFunction · 0.85

Calls 1

sleepFunction · 0.70

Tested by

no test coverage detected