File tree Expand file tree Collapse file tree 2 files changed +21
-3
lines changed
app/code/Magento/Sales/Test/Mftf Expand file tree Collapse file tree 2 files changed +21
-3
lines changed 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
+ <actionGroups xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
10
+ xsi : noNamespaceSchemaLocation =" urn:magento:mftf:Test/etc/actionGroupSchema.xsd" >
11
+ <actionGroup name =" AdminSelectFlatRateShippingMethodOnCreateOrderPageActionGroup" extends =" AdminSelectFlatRateShippingMethodActionGroup" >
12
+ <annotations >
13
+ <description >Clicks the Get shipping methods and rates link if it is displayed and Selects the Flat Rate Shipping Method</description >
14
+ </annotations >
15
+ <remove keyForRemoval =" openShippingMethod" />
16
+ <conditionalClick selector =" {{AdminInvoicePaymentShippingSection.getShippingMethodAndRates}}" dependentSelector =" {{AdminInvoicePaymentShippingSection.getShippingMethodAndRates}}" visible =" true" stepKey =" openShippingMethodIfCollapsed" before =" waitForShippingMethods" />
17
+ </actionGroup >
18
+ </actionGroups >
Original file line number Diff line number Diff line change 42
42
<actionGroup ref =" AdminAddCommentOnCreateOrderPageActionGroup" stepKey =" provideComment" >
43
43
<argument name =" comment" value =" Test Order Comment" />
44
44
</actionGroup >
45
- <scrollTo selector =" {{AdminInvoicePaymentShippingSection.getShippingMethodAndRates }}" stepKey =" scrollToShipping " />
45
+ <seeCheckboxIsChecked selector =" {{AdminOrderFormTotalSection.appendComments }}" stepKey =" checkAppendCommentsCheckboxIsCheckedAfterCommentProvided " />
46
46
<actionGroup ref =" SelectCheckMoneyPaymentMethodActionGroup" stepKey =" selectPaymentMethod" />
47
- <actionGroup ref =" AdminSelectFlatRateShippingMethodActionGroup " stepKey =" selectFlatRate" />
48
- <seeCheckboxIsChecked selector =" {{AdminOrderFormTotalSection.appendComments}}" stepKey =" checkAppendCommentsCheckboxIsChecked " />
47
+ <actionGroup ref =" AdminSelectFlatRateShippingMethodOnCreateOrderPageActionGroup " stepKey =" selectFlatRate" />
48
+ <seeCheckboxIsChecked selector =" {{AdminOrderFormTotalSection.appendComments}}" stepKey =" checkAppendCommentsCheckboxIsCheckedAfterShippingSelected " />
49
49
<actionGroup ref =" AdminSubmitOrderActionGroup" stepKey =" submitOrder" />
50
50
<actionGroup ref =" AdminCheckIfCustomerIsNotifiedOfOrderCommentActionGroup" stepKey =" assertCustomerIsNotified" >
51
51
<argument name =" orderComment" value =" Test Order Comment" />
You can’t perform that action at this time.
0 commit comments