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 24834d6 commit 64d2818
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Feature: Main Page
Given I am on main page


@id253:I @productionEnv @testnet
@id253:I @testnet
Scenario Outline: Check the element "<Sub-Section>" in Tools section is available, clickable and have correct href (Goerli)
Given I go to page "/?network=goerli"
Given I click by text "Tools"
Expand All @@ -18,7 +18,7 @@ Feature: Main Page
| Smart Contract Verification | /contracts/verify |
| Bridge | https://portal.zksync.io/bridge/?network=goerli |

@id253:I @productionEnv @testnet
@id253:I @testnet
Scenario Outline: Check the element "<Sub-Section>" in Tools section is available, clickable and have correct href (Sepolia)
Given I go to page "/?network=sepolia"
Given I click by text "Tools"
Expand All @@ -31,7 +31,7 @@ Feature: Main Page
| Smart Contract Verification | /contracts/verify |
| Bridge | https://portal.zksync.io/bridge/?network=sepolia |

@id253:I @productionEnv @mainnet
@id253:I @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

0 comments on commit 64d2818

Please sign in to comment.