mirror of
https://github.com/mempool/mempool.git
synced 2026-08-13 12:33:11 +02:00
Change screen size to force loading the block data
This commit is contained in:
parent
01a3e9b54b
commit
9c2c86659a
1 changed files with 1 additions and 0 deletions
|
|
@ -147,6 +147,7 @@ describe('Fiat Currency Formatting', () => {
|
|||
|
||||
describe('Block Page', () => {
|
||||
beforeEach(() => {
|
||||
cy.viewport(1080, 1920); // force taller screen to avoid scrollbars
|
||||
cy.intercept('/api/v1/blocks/0').as('blocks-0');
|
||||
cy.intercept('/api/v1/blocks/10').as('blocks-10');
|
||||
cy.intercept('/api/v1/blocks/20').as('blocks-20');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue