chore: cover7003 mord e2e tests (#2487)
* chore: tests will be added after the proper implementation is prepared * chore: formatting fix
This commit is contained in:
parent
ba2c71de67
commit
a9c7c2bb46
@ -423,4 +423,9 @@ describe('amend and cancel order', { tags: '@smoke' }, () => {
|
|||||||
testOrderCancellation(order);
|
testOrderCancellation(order);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
it.skip('tbd for 7003-MORD', () => {
|
||||||
|
// NOT COVERED: must see the reference, offset and direction for each part pegged order - waiting for clarification
|
||||||
|
// NOT COVERED: must see the reference, offset and direction for each part liquidity order order - waiting for clarification
|
||||||
|
// NOT COVERED: must be warned (pre-submit) if the input price has too many digits after the decimal place for the market - issues/2486
|
||||||
|
});
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user