Skip to content

Commit

Permalink
test: fix portal url
Browse files Browse the repository at this point in the history
  • Loading branch information
pcheremu committed Jan 17, 2024
1 parent 4a8abdd commit 8a14d5e
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,12 +80,12 @@ Feature: Redirection
@id253:IV @featureEnv @mainnet
Scenario Outline: Verify redirection for "<Sub-Section>" in Tools menu
Given I click by text "Tools "
When I click by element with partial href "<url>" and text "<Sub-Section>"
When I click by element with partial href "<redirect_url>" and text "<Sub-Section>"
Then New page have "<url>" address

Examples:
| Sub-Section | url |
| Portal | https://staging-portal.zksync.dev/ |
| Sub-Section | url | redirect_url |
| Portal | https://staging-portal.zksync.dev/bridge/ | https://staging-portal.zksync.dev |


@id253:IV @productionEnv @mainnet
Expand Down

0 comments on commit 8a14d5e

Please sign in to comment.