Skip to content

Commit 6e91d5d

Browse files
committed
MFTF Stability control
- remove usage of deprecated Action Group
1 parent 748481c commit 6e91d5d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/code/Magento/Checkout/Test/Mftf/Test/AdminCheckZeroSubtotalOrderWithCustomStatus.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135
</actionGroup>
136136

137137
<!-- Assert Order Status on Order view page -->
138-
<comment userInput="Preserve BIC. {{AdminOrderDetailsMainActionsSection.invoiceBtn}}" stepKey="seeInvoiceBtn"/>
138+
<comment userInput="Preserve BIC. AdminOrderDetailsMainActionsSection.invoiceBtn" stepKey="seeInvoiceBtn"/>
139139
<actionGroup ref="AdminOrderViewCheckStatusActionGroup" stepKey="verifyOrderStatusOnOrderViewPage">
140140
<argument name="status" value="{{defaultOrderStatus.label}}" />
141141
</actionGroup>

app/code/Magento/Tax/Test/Mftf/ActionGroup/AddCustomTaxRateActionGroup.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<actionGroups xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1010
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/actionGroupSchema.xsd">
11-
<actionGroup name="AddCustomTaxRateActionGroup" extends="addNewTaxRateNoZip">
11+
<actionGroup name="AddCustomTaxRateActionGroup" extends="AddNewTaxRateNoZipActionGroup">
1212
<annotations>
1313
<description>EXTENDS: addNewTaxRateNoZip. Removes 'fillZipCode' and 'fillRate'. Fills in the Zip Code and Rate. PLEASE NOTE: The values are Hardcoded.</description>
1414
</annotations>

0 commit comments

Comments
 (0)