From 71ec050b26d3b7ea01b362ec3cb3f862015e7983 Mon Sep 17 00:00:00 2001 From: madalinaraicu Date: Fri, 15 Jul 2022 14:27:26 +0200 Subject: [PATCH] fix: remove line 72 on markets.cy.ts --- apps/trading-e2e/src/integration/markets.cy.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/trading-e2e/src/integration/markets.cy.ts b/apps/trading-e2e/src/integration/markets.cy.ts index 0ac5c0d4d..0c9b6b8a0 100644 --- a/apps/trading-e2e/src/integration/markets.cy.ts +++ b/apps/trading-e2e/src/integration/markets.cy.ts @@ -69,7 +69,6 @@ describe('markets table', () => { cy.get('[role="gridcell"][col-id=data]').contains('Active').click(); cy.wait('@Market'); - cy.get('.ag-root-wrapper').should('be.visible'); cy.contains('ACTIVE MARKET'); cy.url().should('include', '/markets/market-0');