Fix liquid testnet block test

This commit is contained in:
softsimon 2024-05-21 00:10:38 +07:00
parent 0c49c5313b
commit 3c3ab96164
No known key found for this signature in database
GPG Key ID: 488D7DCFB5A430D7

View File

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