Change screen size to force loading the block data

This commit is contained in:
Felipe Knorr Kuhn 2026-03-08 09:12:47 -07:00
parent 01a3e9b54b
commit 9c2c86659a
No known key found for this signature in database
GPG key ID: 79619B52BB097C1A

View file

@ -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');