From 2fde1f7c9ab54fe2390a796884070ef314cda47b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wojtek=20K=C5=82os?= <114915819+wklos-iohk@users.noreply.github.com> Date: Wed, 29 Jan 2025 11:31:28 +0100 Subject: [PATCH] test(extension): block tests affected by LW-12099 (#1676) * test(extension): block tests affected by LW-12099 * test(extension): block LW-2685 due to LW-12158 --- packages/e2e-tests/src/features/OwnTagsExtended.feature | 2 +- packages/e2e-tests/src/features/OwnTagsPopup.feature | 2 +- .../e2e-tests/src/features/TransactionsExtended.part1.feature | 4 ++-- .../e2e-tests/src/features/TransactionsExtended.part2.feature | 4 ++-- .../e2e-tests/src/features/TransactionsPopup.part1.feature | 4 ++-- .../e2e-tests/src/features/TransactionsPopup.part2.feature | 4 ++-- .../e2e-tests/src/features/e2e/StakingInitialFundsE2E.feature | 2 +- 7 files changed, 11 insertions(+), 11 deletions(-) diff --git a/packages/e2e-tests/src/features/OwnTagsExtended.feature b/packages/e2e-tests/src/features/OwnTagsExtended.feature index edaab9d48f..b1a4d2e121 100644 --- a/packages/e2e-tests/src/features/OwnTagsExtended.feature +++ b/packages/e2e-tests/src/features/OwnTagsExtended.feature @@ -25,7 +25,7 @@ Feature: Own Tags - Extended View And I click "Review transaction" button on "Send" page And The Tx summary screen is displayed for bundles with correct own / foreign tags - @LW-10262 @Testnet + @LW-10262 @Testnet @Pending @issue=LW-12099 Scenario: Extended View - Own Tags / Transaction details - all senders/recipients within the (active account|different account|different wallet) are flagged as: own or foreign When I navigate to Activity extended page And I save tx hash value "010403d479efd4824e7f216eabb8c39e7a748dfb80df4c7cc4d4036677affc07" diff --git a/packages/e2e-tests/src/features/OwnTagsPopup.feature b/packages/e2e-tests/src/features/OwnTagsPopup.feature index 7b32fc705f..cbdb22803c 100644 --- a/packages/e2e-tests/src/features/OwnTagsPopup.feature +++ b/packages/e2e-tests/src/features/OwnTagsPopup.feature @@ -19,7 +19,7 @@ Feature: Own Tags - Popup View | MultiWallet2 | main | own | | WalletReceiveSimpleTransactionE2E | main | foreign | - @LW-10263 @Testnet + @LW-10263 @Testnet @Pending @issue=LW-12099 Scenario: Popup View - Own Tags / Transaction details - all senders/recipients within the (active account|different account|different wallet) are flagged as: own or foreign When I navigate to Activity popup page And I save tx hash value "010403d479efd4824e7f216eabb8c39e7a748dfb80df4c7cc4d4036677affc07" diff --git a/packages/e2e-tests/src/features/TransactionsExtended.part1.feature b/packages/e2e-tests/src/features/TransactionsExtended.part1.feature index b63364fc4b..10e3c7973f 100644 --- a/packages/e2e-tests/src/features/TransactionsExtended.part1.feature +++ b/packages/e2e-tests/src/features/TransactionsExtended.part1.feature @@ -9,7 +9,7 @@ Feature: Transactions - Extended view When I navigate to Activity extended page Then Activity page is displayed - @LW-2552 @LW-2556 @LW-2555 @Testnet + @LW-2552 @LW-2556 @LW-2555 @Testnet @Pending @issue=LW-12099 Scenario: Extended View - Activity page - Counter matches the number of rows, transactions are loaded and skeleton disappears When I navigate to Activity extended page And Activity page is displayed @@ -24,7 +24,7 @@ Feature: Transactions - Extended view When I navigate to Activity extended page Then all the transactions have a value other than zero - @LW-2554 @Testnet + @LW-2554 @Testnet @Pending @issue=LW-12099 Scenario: Extended View - Infinite scroll When I navigate to Activity extended page And Activity page is displayed diff --git a/packages/e2e-tests/src/features/TransactionsExtended.part2.feature b/packages/e2e-tests/src/features/TransactionsExtended.part2.feature index 3de6ce4766..a30476a7cf 100644 --- a/packages/e2e-tests/src/features/TransactionsExtended.part2.feature +++ b/packages/e2e-tests/src/features/TransactionsExtended.part2.feature @@ -38,7 +38,7 @@ Feature: Transactions - Extended view When I click on a transaction: 1 Then The Tx details are displayed as "core.activityDetails.sent" for ADA with value: 24.79 and wallet: "addr_test1qp7vynpwhsyjsqvyw9n8r4uy3uj5hu2arfy94vynvng6556hhqrnhndmg2pntqazt36v700x6kryqjhe75p58v65v6kszx7h3j" address - @LW-9914 @Testnet + @LW-9914 @Testnet @Pending @issue=LW-12099 Scenario Outline: Extended View - transaction list - styling: applied to tx type: Given I navigate to Activity extended page When I scroll to the row with transaction type: @@ -54,7 +54,7 @@ Feature: Transactions - Extended view | Stake Key De-Registration | green - positive | | Stake Key Registration | default - negative | - @LW-10616 @Testnet + @LW-10616 @Testnet @Pending @issue=LW-12099 Scenario Outline: Extended View - transaction list - details of type of transaction Given I navigate to Activity extended page When I scroll to the row with transaction type: diff --git a/packages/e2e-tests/src/features/TransactionsPopup.part1.feature b/packages/e2e-tests/src/features/TransactionsPopup.part1.feature index 259a85a752..2f669c3a13 100644 --- a/packages/e2e-tests/src/features/TransactionsPopup.part1.feature +++ b/packages/e2e-tests/src/features/TransactionsPopup.part1.feature @@ -9,7 +9,7 @@ Feature: Transactions - Popup view When I navigate to Activity popup page Then Activity page is displayed - @LW-2541 @LW-2543 @LW-2544 @Testnet + @LW-2541 @LW-2543 @LW-2544 @Testnet @Pending @issue=LW-12099 Scenario: Popup View - Activity page - Counter matches the number of rows, transactions are loaded and skeleton disappears When I navigate to Activity popup page And Activity page is displayed @@ -19,7 +19,7 @@ Feature: Transactions - Popup view And a skeleton is not displayed at the bottom of the page And more transactions are loaded - @LW-2542 @Testnet + @LW-2542 @Testnet @Pending @issue=LW-12099 Scenario: Popup View - Infinite scroll When I navigate to Activity popup page And Activity page is displayed diff --git a/packages/e2e-tests/src/features/TransactionsPopup.part2.feature b/packages/e2e-tests/src/features/TransactionsPopup.part2.feature index b0f49452b2..79363fbc64 100644 --- a/packages/e2e-tests/src/features/TransactionsPopup.part2.feature +++ b/packages/e2e-tests/src/features/TransactionsPopup.part2.feature @@ -4,7 +4,7 @@ Feature: Transactions - Popup view Background: Given Wallet is synced - @LW-10596 @Testnet + @LW-10596 @Testnet @Pending @issue=LW-12099 Scenario Outline: Popup View - transaction list - styling: applied to tx type: Given I am on the Activity page - popup view When I scroll to the row with transaction type: @@ -20,7 +20,7 @@ Feature: Transactions - Popup view | Stake Key De-Registration | green - positive | | Stake Key Registration | default - negative | - @LW-10617 @Testnet + @LW-10617 @Testnet @Pending @issue=LW-12099 Scenario Outline: Popup View - transaction list - details of type of transaction Given I am on the Activity page - popup view When I scroll to the row with transaction type: diff --git a/packages/e2e-tests/src/features/e2e/StakingInitialFundsE2E.feature b/packages/e2e-tests/src/features/e2e/StakingInitialFundsE2E.feature index e4b851be2c..1f02526e7f 100644 --- a/packages/e2e-tests/src/features/e2e/StakingInitialFundsE2E.feature +++ b/packages/e2e-tests/src/features/e2e/StakingInitialFundsE2E.feature @@ -1,7 +1,7 @@ @Staking-initial-E2E @E2E @Testnet Feature: Delegating funds to new pool E2E - @LW-2685 @Smoke @memory-snapshot + @LW-2685 @Smoke @memory-snapshot @Pending @issue=LW-12158 Scenario: Extended view - Staking - Delegating funds to new pool (if not staked yet) E2E. Given I create new wallet and save wallet information And Wallet is synced