Skip to content

Commit

Permalink
Merge pull request #8469 from LedgerHQ/support/update-send-test-tagModal
Browse files Browse the repository at this point in the history
[QAA] Updating send test (memo tag modal) for SOL and XRP
  • Loading branch information
VicAlbr authored Nov 25, 2024
2 parents 5d24338 + bce5744 commit a9edfa0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/ninety-experts-tickle.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"ledger-live-desktop": minor
---

updating test due to new modal (TAG)
4 changes: 2 additions & 2 deletions apps/ledger-live-desktop/tests/specs/speculos/send.tx.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ const transactionE2E = [
xrayTicket: "B2CQA-2810",
},
{
transaction: new Transaction(Account.SOL_1, Account.SOL_2, "0.000001"),
transaction: new Transaction(Account.SOL_1, Account.SOL_2, "0.000001", undefined, "noTag"),
xrayTicket: "B2CQA-2811",
},
{
Expand All @@ -189,7 +189,7 @@ const transactionE2E = [
xrayTicket: "B2CQA-2815",
},
{
transaction: new Transaction(Account.XRP_1, Account.XRP_2, "0.0001"),
transaction: new Transaction(Account.XRP_1, Account.XRP_2, "0.0001", undefined, "noTag"),
xrayTicket: "B2CQA-2816",
},
];
Expand Down

0 comments on commit a9edfa0

Please sign in to comment.