Skip to content

Commit 6aeeb23

Browse files
committed
MQE-1931: [MTF-To-MFTF] Process PR 718
Added test case ids and updated action group names
1 parent ad8db1b commit 6aeeb23

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

app/code/Magento/CheckoutAgreements/Test/Mftf/Test/AdminCreateActiveHtmlTermEntityTest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<title value="Create active HTML checkout agreement"/>
1616
<description value="Admin should be able to create active HTML checkout agreement"/>
1717
<severity value="CRITICAL"/>
18-
<testCaseId value=""/>
18+
<testCaseId value="MC-14668"/>
1919
<group value="checkoutAgreements"/>
2020
<group value="mtf_migrated"/>
2121
</annotations>
@@ -39,7 +39,7 @@
3939
<actionGroup ref="AdminAssertTermInGridActionGroup" stepKey="assertTermInGrid">
4040
<argument name="termName" value="{{activeHtmlTerm.name}}"/>
4141
</actionGroup>
42-
<actionGroup ref="AddSimpleProductToCart" stepKey="addProductToTheCart">
42+
<actionGroup ref="AddSimpleProductToCartActionGroup" stepKey="addProductToTheCart">
4343
<argument name="product" value="$$createdProduct$$"/>
4444
</actionGroup>
4545
<actionGroup ref="StorefrontProcessCheckoutToPaymentActionGroup" stepKey="processCheckoutToThePaymentMethodsPage"/>

app/code/Magento/CheckoutAgreements/Test/Mftf/Test/AdminCreateActiveTextTermEntityTest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<title value="Create active text checkout agreement"/>
1616
<description value="Admin should be able to create active text checkout agreement"/>
1717
<severity value="CRITICAL"/>
18-
<testCaseId value=""/>
18+
<testCaseId value="MC-14667"/>
1919
<group value="checkoutAgreements"/>
2020
<group value="mtf_migrated"/>
2121
</annotations>
@@ -39,7 +39,7 @@
3939
<actionGroup ref="AdminAssertTermInGridActionGroup" stepKey="assertTermInGrid">
4040
<argument name="termName" value="{{activeTextTerm.name}}"/>
4141
</actionGroup>
42-
<actionGroup ref="AddSimpleProductToCart" stepKey="addProductToTheCart">
42+
<actionGroup ref="AddSimpleProductToCartActionGroup" stepKey="addProductToTheCart">
4343
<argument name="product" value="$$createdProduct$$"/>
4444
</actionGroup>
4545
<actionGroup ref="StorefrontProcessCheckoutToPaymentActionGroup" stepKey="processCheckoutToThePaymentMethodsPage"/>

app/code/Magento/CheckoutAgreements/Test/Mftf/Test/AdminCreateDisabledTextTermEntityTest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<title value="Create disabled text checkout agreement"/>
1616
<description value="Admin should be able to create disabled text checkout agreement"/>
1717
<severity value="CRITICAL"/>
18-
<testCaseId value=""/>
18+
<testCaseId value="MC-14669"/>
1919
<group value="checkoutAgreements"/>
2020
<group value="mtf_migrated"/>
2121
</annotations>
@@ -39,7 +39,7 @@
3939
<actionGroup ref="AdminAssertTermInGridActionGroup" stepKey="assertTermInGrid">
4040
<argument name="termName" value="{{disabledTextTerm.name}}"/>
4141
</actionGroup>
42-
<actionGroup ref="AddSimpleProductToCart" stepKey="addProductToTheCart">
42+
<actionGroup ref="AddSimpleProductToCartActionGroup" stepKey="addProductToTheCart">
4343
<argument name="product" value="$$createdProduct$$"/>
4444
</actionGroup>
4545
<actionGroup ref="StorefrontProcessCheckoutToPaymentActionGroup" stepKey="processCheckoutToThePaymentMethodsPage"/>

app/code/Magento/CheckoutAgreements/Test/Mftf/Test/AdminCreateEnabledTextTermOnMultishippingEntityTest.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<title value="Create enabled text checkout multishipping agreement"/>
1616
<description value="Admin should be able to create enabled text checkout multishipping agreement"/>
1717
<severity value="CRITICAL"/>
18-
<testCaseId value=""/>
18+
<testCaseId value="MC-14670"/>
1919
<group value="checkoutAgreements"/>
2020
<group value="mtf_migrated"/>
2121
</annotations>
@@ -43,10 +43,10 @@
4343
<actionGroup ref="LoginToStorefrontActionGroup" stepKey="customerLogin">
4444
<argument name="Customer" value="$$createdCustomer$$" />
4545
</actionGroup>
46-
<actionGroup ref="AddSimpleProductToCart" stepKey="addProduct1ToTheCart">
46+
<actionGroup ref="AddSimpleProductToCartActionGroup" stepKey="addProduct1ToTheCart">
4747
<argument name="product" value="$$createdProduct1$$"/>
4848
</actionGroup>
49-
<actionGroup ref="AddSimpleProductToCart" stepKey="addProduct2ToTheCart">
49+
<actionGroup ref="AddSimpleProductToCartActionGroup" stepKey="addProduct2ToTheCart">
5050
<argument name="product" value="$$createdProduct2$$"/>
5151
</actionGroup>
5252
<actionGroup ref="StorefrontAssertTermRequireMessageInMultishippingCheckoutActionGroup" stepKey="assertTermInCheckout">

0 commit comments

Comments
 (0)