We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0407b7e commit 36cfedbCopy full SHA for 36cfedb
app/code/Magento/Sales/Test/Mftf/ActionGroup/AdminOrderActionGroup.xml
@@ -412,6 +412,7 @@
412
<argument name="customer"/>
413
</arguments>
414
<amOnPage stepKey="navigateToNewOrderPage" url="{{AdminOrderCreatePage.url}}"/>
415
+ <waitForPageLoad stepKey="waitForNewOrderPageOpened"/>
416
<click stepKey="chooseCustomer" selector="{{AdminOrdersGridSection.customerInOrdersSection(customer.firstname)}}"/>
417
<waitForPageLoad stepKey="waitForStoresPageOpened"/>
418
<click selector="{{OrdersGridSection.addProducts}}" stepKey="clickOnAddProducts"/>
0 commit comments