We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 903d66d commit 96fb5fcCopy full SHA for 96fb5fc
1 file changed
test/specs/migration.e2e.ts
@@ -1001,6 +1001,7 @@ async function verifyMigration(expectedBalance: number): Promise<void> {
1001
console.info('→ Balance migrated successfully');
1002
1003
// Go to activity list to verify transactions exist
1004
+ await swipeFullScreen('up');
1005
await tap('ActivityShowAll');
1006
1007
// All transactions (Transfer, Sent, Received = 3 items)
0 commit comments