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 8b543bf commit 9adace6
Showing 1 changed file with 2 additions and 2 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 @featureEnv @testnetSmokeSuite @tesnet
@id253:I @featureEnv @testnetSmokeSuite @testnet
Scenario Outline: Check the element "<Sub-Section>" in Tools section is available, clickable and have correct href (Sepolia)
Given I click by text "Tools"
Given Element with "text" "<Sub-Section>" should be "visible"
Expand All @@ -18,7 +18,7 @@ Feature: Main Page
| Bridge | https://portal.zksync.io/bridge/?network=sepolia |

@id253:II @featureEnv @mainnet
Scenario Outline: Check the element "<Sub-Section>" in Tools section is available, clickable and have correct href
Scenario Outline: Check the element "<Sub-Section>" in Tools section is available, clickable and have correct href (Mainnet)
Given I click by text "Tools"
Given Element with "text" "<Sub-Section>" should be "visible"
When Element with "text" "<Sub-Section>" should be "clickable"
Expand Down

0 comments on commit 9adace6

Please sign in to comment.