Skip to content

Commit

Permalink
fix: new one
Browse files Browse the repository at this point in the history
  • Loading branch information
olehbairak committed Feb 1, 2024
1 parent ddf0257 commit 8b543bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Feature: Main Page
| Smart Contract Verification | /contracts/verify |
| Bridge | https://portal.zksync.io/bridge/?network=sepolia |

@id253:II @mainnet
@id253:II @featureEnv @mainnet
Scenario Outline: Check the element "<Sub-Section>" in Tools section is available, clickable and have correct href
Given I click by text "Tools"
Given Element with "text" "<Sub-Section>" should be "visible"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,10 @@ Feature: Redirection

Examples:
| Sub-Section | url | redirect_url |
| Bridge | https://portal.zksync.io/bridge/?network=sepolia | https://goerli.portal.zksync.io |
| Bridge | https://portal.zksync.io/bridge/?network=sepolia | https://portal.zksync.io/bridge/?network=sepolia |

@id253:IV @mainnet
@id253:IV @featureEnv @mainnet
Scenario Outline: Verify redirection for "<Sub-Section>" in Tools menu
#Given I go to page "/?network=mainnet"
Given I click by text "Tools "
When I click by element with partial href "<url>" and text "<Sub-Section>"
Then New page have "<url>" address
Expand Down

0 comments on commit 8b543bf

Please sign in to comment.