test: lint
This commit is contained in:
parent
f7aa67e55a
commit
a392aaf7e4
@ -35,7 +35,7 @@ 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
|
||||
|
Loading…
Reference in New Issue
Block a user