Merge pull request #1230 from mempool/simon/remove-liquidtestnet-asset-test

Disable featured assets test for testnet
This commit is contained in:
wiz 2022-02-07 12:23:04 +00:00 committed by GitHub
commit e60aff2618
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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();