mirror of
https://github.com/mempool/mempool.git
synced 2025-04-09 04:18:27 +02:00
Disable featured assets test for testnet
This commit is contained in:
parent
f260203833
commit
e36fb27704
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user