Scroll down block page in e2e tests

This commit is contained in:
softsimon
2024-05-21 00:01:40 +07:00
parent abad704fc6
commit 0c49c5313b
6 changed files with 26 additions and 3 deletions

View File

@@ -47,6 +47,7 @@ describe('Liquid Testnet', () => {
it('loads a specific block page', () => {
cy.visit(`${basePath}/block/7e1369a23a5ab861e7bdede2aadcccae4ea873ffd9caf11c7c5541eb5bcdff54`);
cy.get('.pagination').scrollIntoView({ offset: { top: 200, left: 0 } });
cy.waitForSkeletonGone();
});