9 use Magento\Mtf\Constraint\AbstractConstraint;
10 use Magento\Sales\Test\Page\Adminhtml\OrderCreateIndex;
25 $orderCreateIndex->open();
26 $orderCreateIndex->getSidebarWishlistBlock()->isSectionEmpty();
27 \PHPUnit\Framework\Assert::assertTrue(
28 $orderCreateIndex->getSidebarWishlistBlock()->isSectionEmpty(),
29 "Assert that customer's Wish List section on Order Create backend page is not empty." 40 return "Customer's Wish List section on Order Create backend page is empty.";
processAssert(OrderCreateIndex $orderCreateIndex)