Merge branch 'master' into log-priority

This commit is contained in:
wiz 2022-02-07 12:23:22 +00:00 committed by GitHub
commit 8868a02716
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();