From 8a14d5ee4804c631c8883d4159daf1ad553e6e6d Mon Sep 17 00:00:00 2001 From: pcheremu Date: Wed, 17 Jan 2024 15:47:12 +0100 Subject: [PATCH] test: fix portal url --- .../tests/e2e/features/redirection/redirectionSet1.feature | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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