Skip to content

Commit 450052b

Browse files
ACQE-8642: [MFTF TESTS] AdminCreateOrderWithSimpleProductCustomOptionFileTest
- Added step to select default store while creating order in admin.
1 parent a1c57b2 commit 450052b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@
4747
<actionGroup ref="AdminNavigateToNewOrderPageExistingCustomerActionGroup" stepKey="navigateToNewOrderWithExistingCustomer">
4848
<argument name="customer" value="$customer$"/>
4949
</actionGroup>
50+
51+
<conditionalClick selector="{{AdminOrderFormStoreSelectorSection.defaultStoreViewButton}}" dependentSelector="{{AdminOrderFormStoreSelectorSection.storeSelectorContainer}}" visible="true" stepKey="selectDefaultStoreView"/>
52+
<waitForPageLoad stepKey="waitForAddProductPageOpened"/>
5053
<actionGroup ref="AdminAddSimpleProductWithCustomOptionFileToOrderActionGroup" stepKey="addSimpleProductToOrder">
5154
<argument name="product" value="$simpleProduct$"/>
5255
<argument name="productQty" value="$simpleProduct.quantity$"/>

0 commit comments

Comments
 (0)