From db3fcff760c0a11e80e45b2cec969e312817adf7 Mon Sep 17 00:00:00 2001 From: AndyWhiteVega Date: Thu, 7 Jul 2022 21:49:39 +0100 Subject: [PATCH] test: disable infinte scroll test since capsule blockchain data to small --- .../explorer-e2e/src/integration/blocks-page.feature | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/apps/explorer-e2e/src/integration/blocks-page.feature b/apps/explorer-e2e/src/integration/blocks-page.feature index f9e6b387d..c655b7d00 100644 --- a/apps/explorer-e2e/src/integration/blocks-page.feature +++ b/apps/explorer-e2e/src/integration/blocks-page.feature @@ -29,8 +29,10 @@ Feature: Blocks Page Then previous button is disabled And I am on the second block when I click next - Scenario: Infinite scroll shows at least 300 new blocks - Given I am on the homepage - When I navigate to the blocks page - And I scroll down to the last block on the page - Then I can expect to see at least 100 blocks if i scroll 7 times \ No newline at end of file +# Skipping these tests for time being - since blockchain in capsule +# is now too small to show historical data - re-enable once addressed + # Scenario: Infinite scroll shows at least 300 new blocks + # Given I am on the homepage + # When I navigate to the blocks page + # And I scroll down to the last block on the page + # Then I can expect to see at least 100 blocks if i scroll 7 times \ No newline at end of file