Disable featured assets test for testnet
This commit is contained in:
		
							parent
							
								
									f4d062461e
								
							
						
					
					
						commit
						be78a802dc
					
				@ -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