8 use Magento\Mtf\TestStep\TestStepInterface;
10 use Magento\Sales\Test\Page\Adminhtml\OrderIndex;
11 use Magento\Sales\Test\Page\Adminhtml\SalesOrderView;
45 OrderIndex $orderIndex,
46 OrderInjectable $order,
49 $this->orderIndex = $orderIndex;
61 $this->orderIndex->open();
62 $this->orderIndex->getSalesOrderGrid()->searchAndOpen([
'id' => $this->order->getId()]);
63 $this->salesOrderView->getPageActions()->cancel();
__construct(OrderIndex $orderIndex, OrderInjectable $order, SalesOrderView $salesOrderView)