9 use Magento\Cms\Test\Page\CmsIndex;
12 use Magento\Sales\Test\Page\SalesGuestForm;
13 use Magento\Mtf\TestStep\TestStepInterface;
74 $this->customerAccountLogout->open();
75 $this->cmsIndex->getFooterBlock()->clickLink(
'Orders and Returns');
76 $this->salesGuestForm->getSearchForm()->fill($this->order);
77 $this->salesGuestForm->getSearchForm()->submit();
__construct(CustomerAccountLogout $customerAccountLogout, CmsIndex $cmsIndex, SalesGuestForm $salesGuestForm, OrderInjectable $order)