From 6c5a521c9d85353860b44029c9b02f2d181b4e83 Mon Sep 17 00:00:00 2001 From: pcheremu Date: Tue, 16 Jan 2024 12:41:15 +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 ab2e4c44a9..6971011322 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://era.zksync.io/docs/dev/ | + | 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://era.zksync.io/docs/dev/" 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