diff --git a/apps/trading-e2e/src/integration/charts-depth.cy.ts b/apps/trading-e2e/src/integration/charts-depth.cy.ts deleted file mode 100644 index 5694f8f6d..000000000 --- a/apps/trading-e2e/src/integration/charts-depth.cy.ts +++ /dev/null @@ -1,15 +0,0 @@ -describe('charts', { tags: '@smoke' }, () => { - before(() => { - cy.mockTradingPage(); - cy.mockSubscription(); - cy.setOnBoardingViewed(); - cy.visit('/#/markets/market-0'); - cy.wait('@Markets'); - }); - - it('can see market depth chart', () => { - // 6006-DEPC-001 - cy.getByTestId('Depth').click(); - cy.getByTestId('tab-depth').should('be.visible'); - }); -}); diff --git a/apps/trading-e2e/src/integration/markets-proposed.cy.ts b/apps/trading-e2e/src/integration/markets-proposed.cy.ts index 7d863d2e2..f57e628ee 100644 --- a/apps/trading-e2e/src/integration/markets-proposed.cy.ts +++ b/apps/trading-e2e/src/integration/markets-proposed.cy.ts @@ -217,7 +217,7 @@ describe('no markets proposed', { tags: '@smoke', testIsolation: true }, () => { cy.setOnBoardingViewed(); }); - it('can see no markets message', () => { + it.skip('can see no markets message', () => { cy.visit('/#/markets/all'); cy.get('[data-testid="Proposed markets"]').click();