File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
app/code/Magento/Sales/Test/Mftf/ActionGroup Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 9
9
<actionGroups xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
10
10
xsi : noNamespaceSchemaLocation =" urn:magento:mftf:Test/etc/actionGroupSchema.xsd" >
11
11
<!-- Fill order information fields and click continue-->
12
- <actionGroup name =" StorefrontFillOrderInformationActionGroup " >
12
+ <actionGroup name =" StorefrontSearchGuestOrderActionGroup " >
13
13
<arguments >
14
14
<argument name =" orderId" type =" string" />
15
- <argument name =" orderLastName" />
16
- <argument name =" orderEmail" />
15
+ <argument name =" orderLastName" type = " string " />
16
+ <argument name =" orderEmail" type = " string " />
17
17
</arguments >
18
18
<amOnPage url =" {{StorefrontGuestOrderSearchPage.url}}" stepKey =" navigateToOrderAndReturnPage" />
19
19
<fillField selector =" {{StorefrontGuestOrderSearchSection.orderId}}" userInput =" {{orderId}}" stepKey =" fillOrderId" />
You can’t perform that action at this time.
0 commit comments