10 use Magento\Sales\Test\Page\Adminhtml\OrderIndex;
11 use Magento\Sales\Test\Page\Adminhtml\SalesOrderView;
12 use Magento\Mtf\TestCase\Injectable;
57 $this->objectManager->create(
58 \
Magento\Config\Test\TestStep\SetupConfigurationStep::class,
59 [
'configData' =>
'checkmo, flatrate',
'rollback' =>
true]
88 $this->orderIndex->open();
89 $this->orderIndex->getSalesOrderGrid()->searchAndOpen([
'id' =>
$order->getId()]);
90 $this->salesOrderView->getPageActions()->hold();
93 'customer' =>
$order->getDataFieldConfig(
'customer_id')[
'source']->getCustomer(),
__inject(OrderIndex $orderIndex, SalesOrderView $salesOrderView)
test(OrderInjectable $order)