From 2aff5af5425909425eb583dacd6020cb8b7195db Mon Sep 17 00:00:00 2001 From: Madalina Raicu Date: Thu, 19 Jan 2023 14:37:18 +0000 Subject: [PATCH] fix: all markets tab test --- apps/trading-e2e/src/integration/markets.cy.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/trading-e2e/src/integration/markets.cy.ts b/apps/trading-e2e/src/integration/markets.cy.ts index 1388df600..4906328bd 100644 --- a/apps/trading-e2e/src/integration/markets.cy.ts +++ b/apps/trading-e2e/src/integration/markets.cy.ts @@ -80,7 +80,7 @@ describe('markets table', { tags: '@smoke' }, () => { cy.getByTestId('view-market-list-link') .should('have.attr', 'href', '#/markets/all') .click(); - cy.get('[data-testid="Active markets"]').should( + cy.get('[data-testid="All markets"]').should( 'have.attr', 'data-state', 'active'