Disable featured assets test for testnet

This commit is contained in:
softsimon 2022-02-07 14:49:14 +04:00
parent f260203833
commit e36fb27704
No known key found for this signature in database
GPG Key ID: 488D7DCFB5A430D7

View File

@ -73,12 +73,6 @@ describe('Liquid Testnet', () => {
});
describe('assets', () => {
it('shows the assets screen', () => {
cy.visit(`${basePath}/assets`);
cy.waitForSkeletonGone();
cy.get('.featuredBox .card').should('have.length.at.least', 5);
});
it('allows searching assets', () => {
cy.visit(`${basePath}/assets`);
cy.waitForSkeletonGone();