Skip to content

Commit fbc079c

Browse files
Merge branch 'ACQE-8642' into ACQE-functional-deployment-v3-7
2 parents f213506 + b336d77 commit fbc079c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

app/code/Magento/Sales/Test/Mftf/Test/AdminCreateOrderWithSimpleProductCustomOptionFileTest.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
/**
4-
* Copyright © Magento, Inc. All rights reserved.
5-
* See COPYING.txt for license details.
4+
* Copyright 2020 Adobe
5+
* All Rights Reserved.
66
*/
77
-->
88

@@ -47,6 +47,8 @@
4747
<actionGroup ref="AdminNavigateToNewOrderPageExistingCustomerActionGroup" stepKey="navigateToNewOrderWithExistingCustomer">
4848
<argument name="customer" value="$customer$"/>
4949
</actionGroup>
50+
<conditionalClick selector="{{AdminOrderFormStoreSelectorSection.defaultStoreViewButton}}" dependentSelector="{{AdminOrderFormStoreSelectorSection.storeSelectorContainer}}" visible="true" stepKey="selectDefaultStoreView"/>
51+
<waitForPageLoad stepKey="waitForAddProductPageOpened"/>
5052
<actionGroup ref="AdminAddSimpleProductWithCustomOptionFileToOrderActionGroup" stepKey="addSimpleProductToOrder">
5153
<argument name="product" value="$simpleProduct$"/>
5254
<argument name="productQty" value="$simpleProduct.quantity$"/>

0 commit comments

Comments
 (0)