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:
daro-maj 2022-12-28 15:18:06 +01:00 committed by GitHub
parent ba2c71de67
commit a9c7c2bb46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -423,4 +423,9 @@ describe('amend and cancel order', { tags: '@smoke' }, () => {
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
});
});