File tree Expand file tree Collapse file tree 2 files changed +23
-0
lines changed
Sales/Test/Mftf/ActionGroup Expand file tree Collapse file tree 2 files changed +23
-0
lines changed Original file line number Diff line number Diff line change 129
129
<argument name =" quantity" defaultValue =" 1" type =" string" />
130
130
</arguments >
131
131
<click selector =" {{AdminOrderFormItemsSection.addProducts}}" stepKey =" clickAddProducts" />
132
+ <waitForPageLoad time =" 30" stepKey =" waitForPageLoad1" />
132
133
<fillField selector =" {{AdminOrderFormItemsSection.skuFilter}}" userInput =" {{product.sku}}" stepKey =" fillSkuFilterDownloadable" />
133
134
<click selector =" {{AdminOrderFormItemsSection.search}}" stepKey =" clickSearchDownloadable" />
134
135
<scrollTo selector =" {{AdminOrderFormItemsSection.rowCheck('1')}}" x =" 0" y =" -100" stepKey =" scrollToCheckColumn" />
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <!--
3
+ /**
4
+ * Copyright © Magento, Inc. All rights reserved.
5
+ * See COPYING.txt for license details.
6
+ */
7
+ -->
8
+
9
+ <operations xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
10
+ xsi : noNamespaceSchemaLocation =" ../../../../../../vendor/magento/magento2-functional-testing-framework/src/Magento/FunctionalTestingFramework/DataGenerator/etc/dataOperation.xsd" >
11
+ <operation name =" CreateWebsite" dataType =" website" type =" create"
12
+ auth =" adminFormKey" url =" /admin/system_store/save" method =" POST" successRegex =" /messages-message-success/" returnRegex =" " >
13
+ <object dataType =" website" key =" website" >
14
+ <field key =" website_id" >string</field >
15
+ <field key =" name" >string</field >
16
+ <field key =" code" >string</field >
17
+ <field key =" sort_order" >integer</field >
18
+ </object >
19
+ <field key =" store_action" >string</field >
20
+ <field key =" store_type" >string</field >
21
+ </operation >
22
+ </operations >
You can’t perform that action at this time.
0 commit comments