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'