From 50ddbac9f7296a499318cc38f7311ad8d3fb3522 Mon Sep 17 00:00:00 2001 From: pcheremu Date: Tue, 16 Jan 2024 20:48:00 +0100 Subject: [PATCH] test: fix redirection to documentation --- .../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 6971011322..e2f1658918 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/tooling/block-explorer/getting-started.html | + | Docs | https://docs.zksync.io/build | | 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/tooling/block-explorer/getting-started.html" address + Then New page have "https://docs.zksync.io/build" address @id252 Scenario Outline: Verify redirection for "" in BE menu