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 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<!--
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
+ */
7
7
-->
8
8
9
9
<actionGroups xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
21
21
<waitForPageLoad stepKey =" waitForNewOrderPageOpened" />
22
22
<click stepKey =" chooseCustomer" selector =" {{AdminOrdersGridSection.customerInOrdersSection(customer.firstname)}}" />
23
23
<waitForPageLoad stepKey =" waitForStoresPageOpened" />
24
+ <conditionalClick selector =" {{AdminOrderFormStoreSelectorSection.defaultStoreViewButton}}" dependentSelector =" {{AdminOrderFormStoreSelectorSection.storeSelectorContainer}}" visible =" true" stepKey =" selectDefaultStoreView" />
25
+ <waitForPageLoad stepKey =" waitForAddProductPageOpened" />
24
26
<click selector =" {{OrdersGridSection.addProducts}}" stepKey =" clickOnAddProducts" />
25
27
<waitForPageLoad stepKey =" waitForProductsListForOrder" />
26
28
<click selector =" {{AdminOrdersGridSection.productForOrder(product.sku)}}" stepKey =" chooseTheProduct" />
You can’t perform that action at this time.
0 commit comments