From e943e0c438a058cf7c56b7dd6b0e03b8975d8772 Mon Sep 17 00:00:00 2001 From: Vasyl Ivanchuk Date: Tue, 28 Nov 2023 12:03:20 +0200 Subject: [PATCH] fix: e2e tests for token list page --- .../app/tests/e2e/features/artifacts/artifactsSet3.feature | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/app/tests/e2e/features/artifacts/artifactsSet3.feature b/packages/app/tests/e2e/features/artifacts/artifactsSet3.feature index 2520f2ec52..652968f457 100644 --- a/packages/app/tests/e2e/features/artifacts/artifactsSet3.feature +++ b/packages/app/tests/e2e/features/artifacts/artifactsSet3.feature @@ -65,7 +65,7 @@ Feature: Main Page @id249 @testnet @testnetSmokeSuite Scenario Outline: Verify table contains "" 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 "" name is visible Examples: @@ -77,7 +77,7 @@ Feature: Main Page @id249 @mainnet Scenario Outline: Verify table contains "" 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 "" name is visible Examples: