|
| 1 | +@TrezorSendExtended @Trezor @Testnet |
| 2 | +Feature: Trezor Send extended |
| 3 | + |
| 4 | + @LW-7878 |
| 5 | + Scenario: Extended-view - Send ADA (single asset) E2E |
| 6 | + Given I connect, unlock and enter correct pin on Trezor emulator |
| 7 | + And I save token: "Cardano" balance |
| 8 | + When I click "Send" button on page header |
| 9 | + And I fill bundle 1 with "WalletReceiveSimpleTransactionE2E" main address with following assets: |
| 10 | + | type | assetName | ticker | amount | |
| 11 | + | ADA | Cardano | tADA | 2.1234 | |
| 12 | + And I click "Review transaction" button on "Send" page |
| 13 | + And I save fee value |
| 14 | + And I click "Confirm" button on "Transaction summary" page |
| 15 | + And I reject analytics and click "Allow once for this session" on Trezor Connect page |
| 16 | + And I confirm send simple transaction on Trezor emulator |
| 17 | + And I switch to window with Lace |
| 18 | + Then The Transaction submitted screen is displayed in extended mode |
| 19 | + When I close the drawer by clicking close button |
| 20 | + And I navigate to Tokens extended page |
| 21 | + Then the sent amount of: "2.123" with "saved" fee for token "Cardano" is subtracted from the total balance |
| 22 | + When I navigate to Activity extended page |
| 23 | + Then the Sent transaction is displayed with value: "2.29 tADA" and tokens count 1 |
| 24 | + And I click and open recent transactions details until find transaction with correct hash |
| 25 | + Then The Tx details are displayed as "core.activityDetails.sent" for ADA with value: 2.12 and wallet: "WalletReceiveSimpleTransactionE2E" address |
| 26 | + When I open wallet: "WalletReceiveSimpleTransactionE2E" in: extended mode |
| 27 | + And Wallet is synced |
| 28 | + And I navigate to Activity extended page |
| 29 | + Then the Received transaction is displayed with value: "2.12 tADA" and tokens count 1 |
| 30 | + And I click and open recent transactions details until find transaction with correct hash |
| 31 | + And The Tx details are displayed as "core.activityDetails.received" for ADA with value: 2.12 and wallet: "TrezorWallet" address |
| 32 | + |
| 33 | + |
0 commit comments