Skip to content

Commit

Permalink
Merge pull request #8702 from LedgerHQ/support/enable-broadcast-on-de…
Browse files Browse the repository at this point in the history
…mand

[QAA] Activating USDC swaps tests
  • Loading branch information
VicAlbr authored Dec 17, 2024
2 parents 3635976 + 7dc68fa commit 2b68cf2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export class SwapConfirmationDrawer extends Drawer {
@step("Verify swap completion: $0")
async verifyExchangeCompletedTextContent(currencyToReceive: string) {
await expect(this.swapCompletedMessage).toHaveText("Transaction broadcast successfully", {
timeout: 60000,
timeout: 90000,
});
await expect(this.swapCompletedDescription).toHaveText(
`Your Swap operation has been sent to the network for confirmation. Please wait for your transaction to be confirmed and for the provider to process and send your ${currencyToReceive}.`,
Expand Down
4 changes: 2 additions & 2 deletions apps/ledger-live-desktop/tests/specs/speculos/swap.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ const swaps = [
),
xrayTicket: "B2CQA-2829",
},
/*{
{
swap: new Swap(
Account.ETH_USDC_1,
Account.ETH_1,
Expand Down Expand Up @@ -177,7 +177,7 @@ const swaps = [
Rate.FLOAT,
),
xrayTicket: "B2CQA-2832",
},*/
},
];

for (const { swap, xrayTicket } of swaps) {
Expand Down

0 comments on commit 2b68cf2

Please sign in to comment.