test: added wait for market

This commit is contained in:
Dariusz Majcherczyk
2023-06-22 17:58:05 +02:00
parent 778bff5af4
commit 10e60090ef
@@ -199,6 +199,7 @@ describe('no all markets', { tags: '@smoke', testIsolation: true }, () => {
});
cy.mockSubscription();
cy.visit('/#/markets/all');
cy.wait('@Markets');
});
it('can see no markets message', () => {