diff --git a/packages/app/tests/e2e/features/redirection/redirectionSet1.feature b/packages/app/tests/e2e/features/redirection/redirectionSet1.feature index 5f4bb8eafb..468f71feab 100644 --- a/packages/app/tests/e2e/features/redirection/redirectionSet1.feature +++ b/packages/app/tests/e2e/features/redirection/redirectionSet1.feature @@ -13,7 +13,7 @@ Feature: Redirection Examples: | Extra button name | url | - | Docs | https://docs.zksync.io/build/ | + | Docs | https://docs.zksync.io/build/tooling/block-explorer/getting-started.html | | Terms | https://zksync.io/terms | | Contact | https://zksync.io/contact | @@ -32,7 +32,7 @@ Feature: Redirection @id251 Scenario: Verify redirection for Documentation link Given I click by text "Documentation" - Then New page have "https://docs.zksync.io/build/" address + Then New page have "https://docs.zksync.io/build/tooling/block-explorer/getting-started.html" address @id252 Scenario Outline: Verify redirection for "" in BE menu @@ -45,7 +45,7 @@ Feature: Redirection | Blocks | /blocks/ | | Transactions | /transactions/ | - @id253:II + @id253:I Scenario Outline: Verify redirection for "" in Tools menu Given I click by text "Tools " When I click by element with partial href "" and text "" @@ -56,47 +56,25 @@ Feature: Redirection | Smart Contract Verification | /contracts/verify | # | zkEVM Debugger | /tools/debugger | - @id253:III @featureEnv @testnet - Scenario Outline: Verify redirection for "" in Tools menu - Given I click by text "Tools " - When I click by element with partial href "" and text "" - Then New page have "" address - - Examples: - | Sub-Section | url | - | Portal | https://goerli.staging-portal.zksync.dev/ | - - - @id253:IIII @productionEnv @testnet - Scenario Outline: Verify redirection for "" in Tools menu + @id253:III @featureEnv @testnetSmokeSuite @testnet + Scenario Outline: Verify redirection for "" in Tools menu (Sepolia) Given I click by text "Tools " When I click by element with partial href "" and text "" Then New page have "" address Examples: - | Sub-Section | url | redirect_url | - | Portal | https://zksync.io/explore#bridges | https://goerli.portal.zksync.io | + | Sub-Section | url | redirect_url | + | Bridge | https://portal.zksync.io/bridge/?network=sepolia | https://portal.zksync.io/bridge/?network=sepolia | @id253:IV @featureEnv @mainnet Scenario Outline: Verify redirection for "" in Tools menu Given I click by text "Tools " - When I click by element with partial href "" and text "" - Then New page have "" address - - Examples: - | Sub-Section | url | redirect_url | - | Portal | https://staging-portal.zksync.dev/bridge/ | https://staging-portal.zksync.dev | - - - @id253:IV @productionEnv @mainnet - Scenario Outline: Verify redirection for "" in Tools menu - Given I click by text "Tools " - When I click by element with partial href "" and text "" + When I click by element with partial href "" and text "" Then New page have "" address Examples: - | Sub-Section | url | redirect_url | - | Portal | https://zksync.io/explore#bridges | https://portal.zksync.io | + | Sub-Section | url | + | Bridge | https://portal.zksync.io/bridge/?network=mainnet | #Account page @id259 @testnet