Skip to content

Commit

Permalink
fix: e2e tests for token list page
Browse files Browse the repository at this point in the history
  • Loading branch information
vasyl-ivanchuk committed Nov 28, 2023
1 parent fb85d24 commit e943e0c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Feature: Main Page
@id249 @testnet @testnetSmokeSuite
Scenario Outline: Verify table contains "<Column name>" column name on Tokens page
Given I go to page "/tokenlist"
And Table "Tokens" should have "5" rows
And Table "Tokens" should have "1" rows
Then Column with "<Column name>" name is visible

Examples:
Expand All @@ -77,7 +77,7 @@ Feature: Main Page
@id249 @mainnet
Scenario Outline: Verify table contains "<Column name>" column name on Tokens page
Given I go to page "/tokenlist"
# And Table "Tokens" should have "5" rows
# And Table "Tokens" should have "56" rows
Then Column with "<Column name>" name is visible

Examples:
Expand Down

0 comments on commit e943e0c

Please sign in to comment.