Skip to content

Commit

Permalink
test(extension): block tests affected by LW-12099 (#1676)
Browse files Browse the repository at this point in the history
* test(extension): block tests affected by LW-12099

* test(extension): block LW-2685 due to LW-12158
  • Loading branch information
wklos-iohk authored and mchappell committed Jan 29, 2025
1 parent 3fc11f4 commit 2fde1f7
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion packages/e2e-tests/src/features/OwnTagsExtended.feature
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion packages/e2e-tests/src/features/OwnTagsPopup.feature
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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: <styling> applied to tx type: <tx_type>
Given I navigate to Activity extended page
When I scroll to the row with transaction type: <tx_type>
Expand All @@ -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 <tx_type> type of transaction
Given I navigate to Activity extended page
When I scroll to the row with transaction type: <tx_type>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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: <styling> applied to tx type: <tx_type>
Given I am on the Activity page - popup view
When I scroll to the row with transaction type: <tx_type>
Expand All @@ -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 <tx_type> type of transaction
Given I am on the Activity page - popup view
When I scroll to the row with transaction type: <tx_type>
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 2fde1f7

Please sign in to comment.