From e36fb27704d09f079a5c377074fe9b5db9c38c25 Mon Sep 17 00:00:00 2001 From: softsimon Date: Mon, 7 Feb 2022 14:49:14 +0400 Subject: [PATCH] Disable featured assets test for testnet --- .../cypress/integration/liquidtestnet/liquidtestnet.spec.ts | 6 ------ 1 file changed, 6 deletions(-) diff --git a/frontend/cypress/integration/liquidtestnet/liquidtestnet.spec.ts b/frontend/cypress/integration/liquidtestnet/liquidtestnet.spec.ts index b9c9ef6eb..90741539b 100644 --- a/frontend/cypress/integration/liquidtestnet/liquidtestnet.spec.ts +++ b/frontend/cypress/integration/liquidtestnet/liquidtestnet.spec.ts @@ -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();