test: disable infinte scroll test since capsule blockchain data to small
This commit is contained in:
parent
09f2f025fb
commit
db3fcff760
@ -29,8 +29,10 @@ Feature: Blocks Page
|
|||||||
Then previous button is disabled
|
Then previous button is disabled
|
||||||
And I am on the second block when I click next
|
And I am on the second block when I click next
|
||||||
|
|
||||||
Scenario: Infinite scroll shows at least 300 new blocks
|
# Skipping these tests for time being - since blockchain in capsule
|
||||||
Given I am on the homepage
|
# is now too small to show historical data - re-enable once addressed
|
||||||
When I navigate to the blocks page
|
# Scenario: Infinite scroll shows at least 300 new blocks
|
||||||
And I scroll down to the last block on the page
|
# Given I am on the homepage
|
||||||
Then I can expect to see at least 100 blocks if i scroll 7 times
|
# 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
|
Loading…
Reference in New Issue
Block a user