diff --git a/apps/trading-e2e/src/integration/home.cy.ts b/apps/trading-e2e/src/integration/home.cy.ts index 3d7c0724a..62a3b1774 100644 --- a/apps/trading-e2e/src/integration/home.cy.ts +++ b/apps/trading-e2e/src/integration/home.cy.ts @@ -35,9 +35,9 @@ describe('home', () => { cy.wait('@GQL'); cy.contains('Loading...').should('be.visible'); - cy.contains('Loading...').should('not.exist') + cy.contains('Loading...').should('not.exist'); cy.get('main[data-testid="market"]').should('exist'); // Wait for page to be rendered to before checking url - + cy.url().should('include', `/markets/${oldestMarket.id}`); // Should redirect to oldest market });