Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test(extension): adding missing e2e tags to features #1143

Merged
merged 3 commits into from
May 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Feature: ADA handle - extended view
And Address book is empty
And I use a wallet with ADA handle "$handletosend" NFT in extended mode

@LW-7073
@LW-7073 @E2E
@Pending @issue=LW-10445
Scenario: Extended view - Ada handle transfer e2e, review flow
Given I validate that handle: "$handletosend" is listed on the Receive screen
Expand Down
2 changes: 1 addition & 1 deletion packages/e2e-tests/src/features/AdaHandleSendPopup.feature
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Feature: ADA handle - popup view
And I am on NFTs popup page
And I use a wallet with ADA handle "$handletosend2" NFT in popup mode

@LW-8808 @Pending
@LW-8808 @E2E @Pending
@issue=LW-8793
@issue=LW-9885
Scenario: Popup view - Ada handle transfer e2e, review flow
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Feature: Analytics - Posthog - Sending - Extended View
Background:
Given Wallet is synced

@LW-7821 @LW-9109
@LW-7821 @LW-9109 @E2E
Scenario: Analytics - Extended-view - Send - Success Screen - View transaction + internal transaction confirmed + Check custom properties
Given I set up request interception for posthog analytics request(s)
And I have 2 addresses with ADA handle in my address book in extended mode
Expand Down Expand Up @@ -36,7 +36,7 @@ Feature: Analytics - Posthog - Sending - Extended View
And I validate that 7 analytics event(s) have been sent
And Local storage unconfirmedTransaction is empty

@LW-9109
@LW-9109 @E2E
Scenario: Analytics - Extended-view - Send - Dapp Success Screen - View transaction - Transaction confirmed
Given I de-authorize all DApps in extended mode
And I open and authorize test DApp with "Only once" setting
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Feature: Analytics - Posthog - Sending - Popup View
Background:
Given Wallet is synced

@LW-7828 @LW-9109
@LW-7828 @LW-9109 @E2E
Scenario: Analytics - Popup-view - Send - Success Screen - View transaction
Given I set up request interception for posthog analytics request(s)
And I save token: "Cardano" balance
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@Analytics-Staking-SwitchingPools-Extended-E2E @Analytics @Testnet @Pending
@Analytics-Staking-SwitchingPools-Extended-E2E @Analytics @Testnet @Pending @E2E
Feature: Analytics - Posthog - Switching pools - Extended View

Background:
Expand Down