diff --git a/packages/app/tests/e2e/features/artifacts/artifactsSet1.feature b/packages/app/tests/e2e/features/artifacts/artifactsSet1.feature index 3c58933eff..64b7f66f4c 100644 --- a/packages/app/tests/e2e/features/artifacts/artifactsSet1.feature +++ b/packages/app/tests/e2e/features/artifacts/artifactsSet1.feature @@ -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 "" in Tools section is available, clickable and have correct href (Goerli) Given I go to page "/?network=goerli" Given I click by text "Tools" @@ -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 "" in Tools section is available, clickable and have correct href (Sepolia) Given I go to page "/?network=sepolia" Given I click by text "Tools" @@ -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 "" in Tools section is available, clickable and have correct href Given I click by text "Tools" Given Element with "text" "" should be "visible"