Skip to content

Commit d519507

Browse files
committed
check bg payments for android too on migration_1
1 parent 002c93c commit d519507

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/specs/migration.e2e.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ describe('@migration - Migration from legacy RN app to native app', () => {
176176
await restoreWallet(mnemonic!, {
177177
reinstall: false,
178178
expectBackupSheet: false,
179-
expectBackGroundPaymentsSheet: driver.isIOS,
179+
expectBackGroundPaymentsSheet: true,
180180
});
181181

182182
// Verify migration

0 commit comments

Comments
 (0)