We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea0bbaf commit 296fa37Copy full SHA for 296fa37
test/specs/send.e2e.ts
@@ -20,6 +20,7 @@ import {
20
mineBlocks,
21
dismissQuickPayIntro,
22
doNavigationClose,
23
+ acceptAppNotificationAlert,
24
} from '../helpers/actions';
25
import { bitcoinURL, lndConfig } from '../helpers/constants';
26
import { reinstallApp } from '../helpers/setup';
@@ -63,6 +64,7 @@ describe('@send - Send', () => {
63
64
65
ciIt('@send_1 - Validates payment data in the manual input', async () => {
66
await tap('Send');
67
+ await acceptAppNotificationAlert('permission_allow_foreground_only_button');
68
await tap('RecipientManual');
69
70
// check validation for empty address
0 commit comments