diff --git a/libs/orders/src/lib/components/order-list/order-list.spec.tsx b/libs/orders/src/lib/components/order-list/order-list.spec.tsx index 574f089c3..ddd348344 100644 --- a/libs/orders/src/lib/components/order-list/order-list.spec.tsx +++ b/libs/orders/src/lib/components/order-list/order-list.spec.tsx @@ -226,8 +226,8 @@ describe('OrderListTable', () => { const amendCell = getAmendCell(); const typeCell = screen.getAllByRole('gridcell')[2]; expect(typeCell).toHaveTextContent('Mid - 10.0 Peg limit'); - expect(amendCell.queryByTestId('edit')).not.toBeInTheDocument(); - expect(amendCell.queryByTestId('cancel')).not.toBeInTheDocument(); + expect(amendCell.queryByTestId('edit')).toBeInTheDocument(); + expect(amendCell.queryByTestId('cancel')).toBeInTheDocument(); }); it.each([