From a9c7c2bb469e025ec792abf1277717d7a9ba8e2a Mon Sep 17 00:00:00 2001 From: daro-maj <119658839+daro-maj@users.noreply.github.com> Date: Wed, 28 Dec 2022 15:18:06 +0100 Subject: [PATCH] chore: cover7003 mord e2e tests (#2487) * chore: tests will be added after the proper implementation is prepared * chore: formatting fix --- apps/trading-e2e/src/integration/trading-orders.cy.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/apps/trading-e2e/src/integration/trading-orders.cy.ts b/apps/trading-e2e/src/integration/trading-orders.cy.ts index 94d872201..2cbe5cc1d 100644 --- a/apps/trading-e2e/src/integration/trading-orders.cy.ts +++ b/apps/trading-e2e/src/integration/trading-orders.cy.ts @@ -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 + }); });