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 22ec02a commit 6c5a521
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://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 |

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

0 comments on commit 6c5a521

Please sign in to comment.