Skip to content

Commit bda63aa

Browse files
committed
fix(connect-popup): button requests in fixtures for eos and ripple
1 parent 861e9ea commit bda63aa

File tree

1 file changed

+2
-2
lines changed
  • packages/connect-popup/e2e/tests/__fixtures__

1 file changed

+2
-2
lines changed

packages/connect-popup/e2e/tests/__fixtures__/methods.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@ const eosSignTransaction = [
485485
device: initializedDevice,
486486
dir: 'eos',
487487
url: 'eosSignTransaction',
488-
views: [followDevice, followDevice],
488+
views: [followDevice, confirmOutput],
489489
},
490490
];
491491

@@ -520,7 +520,7 @@ const rippleSignTransaction = [
520520
device: initializedDevice,
521521
dir: 'ripple',
522522
url: 'rippleSignTransaction',
523-
views: [confirmOutput, confirmOutput, followDevice],
523+
views: [followDevice, confirmOutput, confirmOutput, followDevice],
524524
},
525525
];
526526

0 commit comments

Comments
 (0)