diff --git a/packages/app/tests/e2e/features/artifacts/artifactsSet1.feature b/packages/app/tests/e2e/features/artifacts/artifactsSet1.feature index 394197d970..d24ba67db7 100644 --- a/packages/app/tests/e2e/features/artifacts/artifactsSet1.feature +++ b/packages/app/tests/e2e/features/artifacts/artifactsSet1.feature @@ -17,7 +17,7 @@ Feature: Main Page | Smart Contract Verification | /contracts/verify | | Bridge | https://portal.zksync.io/bridge/?network=sepolia | - @id253:II @mainnet + @id253:II @featureEnv @mainnet Scenario Outline: Check the element "" in Tools section is available, clickable and have correct href Given I click by text "Tools" Given Element with "text" "" should be "visible" diff --git a/packages/app/tests/e2e/features/redirection/redirectionSet1.feature b/packages/app/tests/e2e/features/redirection/redirectionSet1.feature index 87ed337ecf..468f71feab 100644 --- a/packages/app/tests/e2e/features/redirection/redirectionSet1.feature +++ b/packages/app/tests/e2e/features/redirection/redirectionSet1.feature @@ -64,11 +64,10 @@ Feature: Redirection Examples: | Sub-Section | url | redirect_url | - | Bridge | https://portal.zksync.io/bridge/?network=sepolia | https://goerli.portal.zksync.io | + | Bridge | https://portal.zksync.io/bridge/?network=sepolia | https://portal.zksync.io/bridge/?network=sepolia | - @id253:IV @mainnet + @id253:IV @featureEnv @mainnet Scenario Outline: Verify redirection for "" in Tools menu - #Given I go to page "/?network=mainnet" Given I click by text "Tools " When I click by element with partial href "" and text "" Then New page have "" address