chore: formatting

This commit is contained in:
Dariusz Majcherczyk
2023-02-13 11:47:49 +01:00
parent df52bbe9e3
commit 6e348dbff6
@@ -72,7 +72,7 @@ describe('market info is displayed', { tags: '@smoke' }, () => {
it('settlement asset displayed', () => {
cy.getByTestId(marketTitle).contains('Settlement asset').click();
cy.window().then(win => {
cy.window().then((win) => {
cy.stub(win, 'prompt').returns('DISABLED WINDOW PROMPT');
});
validateMarketDataRow(0, 'ID', 'asset-id');