Skip to content

Commit 151b595

Browse files
committed
1 parent 826ba9d commit 151b595

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<title value="Delete active text checkout agreement"/>
1616
<description value="Admin should be able to delete active text checkout agreement"/>
1717
<severity value="CRITICAL"/>
18-
<testCaseId value=""/>
18+
<testCaseId value="MC-14663"/>
1919
<group value="checkoutAgreements"/>
2020
<group value="mtf_migrated"/>
2121
</annotations>
@@ -39,7 +39,8 @@
3939
<actionGroup ref="AdminAssertTermAbsentInGridActionGroup" stepKey="assertTermAbsentInGrid">
4040
<argument name="termName" value="{{activeTextTerm.name}}"/>
4141
</actionGroup>
42-
<actionGroup ref="AddSimpleProductToCart" stepKey="addProductToTheCart">
42+
43+
<actionGroup ref="AddSimpleProductToCartActionGroup" stepKey="openProductPage">
4344
<argument name="product" value="$$createdProduct$$"/>
4445
</actionGroup>
4546
<actionGroup ref="StorefrontProcessCheckoutToPaymentActionGroup" stepKey="processCheckoutToThePaymentMethodsPage"/>

dev/tests/functional/tests/app/Magento/CheckoutAgreements/Test/TestCase/DeleteTermEntityTest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../../../../vendor/magento/mtf/etc/variations.xsd">
99
<testCase name="Magento\CheckoutAgreements\Test\TestCase\DeleteTermEntityTest" summary="Delete Terms And Conditions" ticketId="MAGETWO-29687">
1010
<variation name="DeleteTermEntityTestVariation1">
11-
<data name="tag" xsi:type="string">severity:S3</data>
11+
<data name="tag" xsi:type="string">severity:S3, mftf_migrated:yes</data>
1212
<data name="configData" xsi:type="string">checkout_term_condition</data>
1313
<data name="products/0" xsi:type="string">catalogProductSimple::default</data>
1414
<data name="agreement/dataset" xsi:type="string">term_enabled_text</data>

0 commit comments

Comments
 (0)