From 24834d6fd9014bd4df756fe2666cdfa793ada036 Mon Sep 17 00:00:00 2001 From: Oleh Bairak Date: Thu, 1 Feb 2024 14:44:56 +0100 Subject: [PATCH] fix: new one --- .../tests/e2e/features/redirection/redirectionSet1.feature | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/app/tests/e2e/features/redirection/redirectionSet1.feature b/packages/app/tests/e2e/features/redirection/redirectionSet1.feature index aa6b462f6a..8bde0296d8 100644 --- a/packages/app/tests/e2e/features/redirection/redirectionSet1.feature +++ b/packages/app/tests/e2e/features/redirection/redirectionSet1.feature @@ -70,7 +70,7 @@ Feature: Redirection @id253:III @testnet Scenario Outline: Verify redirection for "" in Tools menu (Sepolia) - Given I go to page "/?network=sepolia" + #Given I go to page "/?network=sepolia" Given I click by text "Tools " When I click by element with partial href "" and text "" Then New page have "" address @@ -81,7 +81,7 @@ Feature: Redirection @id253:IV @mainnet Scenario Outline: Verify redirection for "" in Tools menu - Given I go to page "/?network=mainnet" + #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