Skip to content

Commit

Permalink
test: ✅ Activating swaps tests
Browse files Browse the repository at this point in the history
  • Loading branch information
VicAlbr committed Dec 17, 2024
1 parent eafb5d9 commit 7dc68fa
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 7dc68fa

Please sign in to comment.