diff --git a/core/integration/features/verified/0029-FEES-040.feature b/core/integration/features/verified/0029-FEES-040.feature index 5d53d8b703..4c1179fe3d 100644 --- a/core/integration/features/verified/0029-FEES-040.feature +++ b/core/integration/features/verified/0029-FEES-040.feature @@ -68,6 +68,10 @@ Feature: Fees calculations | trader1 | ETH/DEC21 | buy | 2 | 1002 | 0 | TYPE_LIMIT | TIF_GTC | t1-b2-01 | | | trader2 | ETH/DEC21 | sell | 2 | 1002 | 0 | TYPE_LIMIT | TIF_GTC | t2-s4-01 | party has insufficient funds to cover fees | + And the orders should have the following status: + | party | reference | status | + | trader2 | t2-s4-01 | STATUS_REJECTED | + And the order book should have the following volumes for market "ETH/DEC21": | side | price | volume | | buy | 1002 | 2 |