Skip to content

Commit

Permalink
Merge pull request #8383 from LedgerHQ/support/automation-fix-swaptoo…
Browse files Browse the repository at this point in the history
…lowtc

Update error message on swap too low quote test
  • Loading branch information
ypolishchuk-ledger authored Nov 20, 2024
2 parents 97112d3 + a32f4f5 commit bd36614
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/ledger-live-desktop/tests/specs/speculos/swap.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ for (const { swap, xrayTicket } of tooLowAmountForQuoteSwaps) {
await app.swap.verifySwapAmountErrorMessageIsDisplayed(
electronApp,
swap.accountToDebit,
"No quotes available.",
"Not enough balance, including network fee.",
);
}
},
Expand Down

0 comments on commit bd36614

Please sign in to comment.