mirror of
https://github.com/mempool/mempool.git
synced 2025-01-03 20:24:28 +01:00
Merge branch 'master' into log-priority
This commit is contained in:
commit
8868a02716
@ -73,12 +73,6 @@ describe('Liquid Testnet', () => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
describe('assets', () => {
|
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', () => {
|
it('allows searching assets', () => {
|
||||||
cy.visit(`${basePath}/assets`);
|
cy.visit(`${basePath}/assets`);
|
||||||
cy.waitForSkeletonGone();
|
cy.waitForSkeletonGone();
|
||||||
|
Loading…
Reference in New Issue
Block a user