test(trading): fixed settlement asset displayed test (#3209)
This commit is contained in:
parent
c95369d914
commit
6165aefad7
@ -7,6 +7,10 @@ const externalLink = 'external-link';
|
|||||||
const accordionContent = 'accordion-content';
|
const accordionContent = 'accordion-content';
|
||||||
|
|
||||||
describe('market info is displayed', { tags: '@smoke' }, () => {
|
describe('market info is displayed', { tags: '@smoke' }, () => {
|
||||||
|
beforeEach(() => {
|
||||||
|
cy.mockTradingPage();
|
||||||
|
});
|
||||||
|
|
||||||
before(() => {
|
before(() => {
|
||||||
cy.mockTradingPage();
|
cy.mockTradingPage();
|
||||||
cy.mockSubscription();
|
cy.mockSubscription();
|
||||||
|
Loading…
Reference in New Issue
Block a user