File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
app/code/Magento/Sales/Test/Mftf/ActionGroup Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<!--
3- /**
4- * Copyright © Magento, Inc. All rights reserved.
5- * See COPYING.txt for license details .
6- */
3+ /**
4+ * Copyright 2019 Adobe
5+ * All Rights Reserved .
6+ */
77-->
88
99<actionGroups xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
2121 <waitForPageLoad stepKey =" waitForNewOrderPageOpened" />
2222 <click stepKey =" chooseCustomer" selector =" {{AdminOrdersGridSection.customerInOrdersSection(customer.firstname)}}" />
2323 <waitForPageLoad stepKey =" waitForStoresPageOpened" />
24+ <conditionalClick selector =" {{AdminOrderFormStoreSelectorSection.defaultStoreViewButton}}" dependentSelector =" {{AdminOrderFormStoreSelectorSection.storeSelectorContainer}}" visible =" true" stepKey =" selectDefaultStoreView" />
25+ <waitForPageLoad stepKey =" waitForAddProductPageOpened" />
2426 <click selector =" {{OrdersGridSection.addProducts}}" stepKey =" clickOnAddProducts" />
2527 <waitForPageLoad stepKey =" waitForProductsListForOrder" />
2628 <click selector =" {{AdminOrdersGridSection.productForOrder(product.sku)}}" stepKey =" chooseTheProduct" />
You can’t perform that action at this time.
0 commit comments