Skip to content

Commit

Permalink
fix: e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
VanessaPC committed Mar 4, 2024
1 parent b783430 commit 7e7439d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ Feature: Send Transactions from Dapp - E2E
And I navigate to Tokens extended page
Then the sent amount of: "3" with "DApp transaction" fee for token "Cardano" is subtracted from the total balance
When I navigate to Transactions extended page
Then the Sent transaction is displayed with value: "3.00 tADA" and tokens count 1
Then the Sent transaction is displayed with value: "-3.17 tADA" and tokens count 1
And I click on a transaction: 1
Then The Tx details are displayed as "package.core.activityDetails.sent" for ADA with value: 3.00 and wallet: "WalletReceiveDappTransactionE2E" address
When I open wallet: "WalletReceiveDappTransactionE2E" in: extended mode
And Wallet is synced
And I navigate to Transactions extended page
Then the Received transaction is displayed with value: "3.00 tADA" and tokens count 1
Then the Received transaction is displayed with value: "3.17 tADA" and tokens count 1
And I click on a transaction: 1
Then The Tx details are displayed as "package.core.activityDetails.received" for ADA with value: 3.00 and wallet: "WalletSendDappTransactionE2E" address

Expand Down

0 comments on commit 7e7439d

Please sign in to comment.