fix: all markets tab test

This commit is contained in:
Madalina Raicu
2023-01-19 14:37:18 +00:00
parent e7b2b0e9cb
commit 2aff5af542
@@ -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'