Skip to content

Commit 296fa37

Browse files
committed
adjust send_1
1 parent ea0bbaf commit 296fa37

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/specs/send.e2e.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ import {
2020
mineBlocks,
2121
dismissQuickPayIntro,
2222
doNavigationClose,
23+
acceptAppNotificationAlert,
2324
} from '../helpers/actions';
2425
import { bitcoinURL, lndConfig } from '../helpers/constants';
2526
import { reinstallApp } from '../helpers/setup';
@@ -63,6 +64,7 @@ describe('@send - Send', () => {
6364

6465
ciIt('@send_1 - Validates payment data in the manual input', async () => {
6566
await tap('Send');
67+
await acceptAppNotificationAlert('permission_allow_foreground_only_button');
6668
await tap('RecipientManual');
6769

6870
// check validation for empty address

0 commit comments

Comments
 (0)