Skip to content

Commit

Permalink
test: fix redirection to documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
pcheremu committed Jan 16, 2024
1 parent 6c5a521 commit 50ddbac
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 |

Expand All @@ -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 "<Sub-Section>" in BE menu
Expand Down

0 comments on commit 50ddbac

Please sign in to comment.