diff --git a/packages/app/tests/e2e/features/redirection/redirectionSet1.feature b/packages/app/tests/e2e/features/redirection/redirectionSet1.feature index 7c842e44b2..5f4bb8eafb 100644 --- a/packages/app/tests/e2e/features/redirection/redirectionSet1.feature +++ b/packages/app/tests/e2e/features/redirection/redirectionSet1.feature @@ -80,12 +80,12 @@ Feature: Redirection @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 "" + When I click by element with partial href "" and text "" Then New page have "" address Examples: - | Sub-Section | url | - | Portal | https://staging-portal.zksync.dev/ | + | Sub-Section | url | redirect_url | + | Portal | https://staging-portal.zksync.dev/bridge/ | https://staging-portal.zksync.dev | @id253:IV @productionEnv @mainnet