Skip to content

Commit

Permalink
checked in changes
Browse files Browse the repository at this point in the history
  • Loading branch information
vinayaktorus committed May 1, 2024
1 parent aac36a2 commit 153d68e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions walletservices/wallet-services-page/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -139,10 +139,10 @@ test.describe.serial("Wallet Services Scenarios @smoke", () => {
waitUntil: "load",
});
await accountsPage.verifyTransactionActivity(
"Sent ETH|to 0x0dba2ce4784849fa4e42936ca0c5d8bc1cd4e49f|12:14:00 | 13 Apr 2024"
"Sent ETH|to 0x0dba2ce4784849fa4e42936ca0c5d8bc1cd4e49f|15:44:00 | 13 Apr 2024"
);
await accountsPage.verifyTransactionActivity(
"Received ETH|to 0x0dba2ce4784849fa4e42936ca0c5d8bc1cd4e49f|16:52:18 | 1 May 2024"
"Received ETH|to 0x0dba2ce4784849fa4e42936ca0c5d8bc1cd4e49f|20:22:18 | 1 May 2024"
);
});

Expand Down

0 comments on commit 153d68e

Please sign in to comment.