Skip to content

Commit 0145ba2

Browse files
author
OlgaVasyltsun
committed
MC-20072: Fix Skipped MFTF Tests From MC-17140: MC-5832, MC-10924
1 parent 3b5f391 commit 0145ba2

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

app/code/Magento/Checkout/Test/Mftf/Section/CheckoutSuccessMainSection.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020
<element name="createAnAccount" type="button" selector="[data-bind*=&quot;i18n: 'Create an Account'&quot;]" timeout="30"/>
2121
<element name="printLink" type="button" selector=".print" timeout="30"/>
2222
<element name="orderNumberWithoutLink" type="text" selector="//div[contains(@class, 'checkout-success')]//p/span"/>
23-
<element name="orderLinkByOrderNumber" type="text" selector="//a[.='{{orderNumber}}']" parameterized="true" timeout="30"/>
23+
<element name="orderLinkByOrderNumber" type="text" selector="//div[contains(@class,'success')]//a[contains(.,'{{orderNumber}}')]" parameterized="true" timeout="30"/>
2424
</section>
2525
</sections>

app/code/Magento/ConfigurableProduct/Test/Mftf/Test/StorefrontShouldSeeOnlyConfigurableProductChildAssignedToSeparateCategoryTest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
<deleteData createDataKey="createConfigProductAttribute" stepKey="deleteConfigProductAttribute"/>
9494
<deleteData createDataKey="createCategory" stepKey="deleteApiCategory"/>
9595
<deleteData createDataKey="secondCategory" stepKey="deleteSecondCategory"/>
96-
<actionGroup ref="logout" stepKey="adminLogout"/>
96+
<actionGroup ref="logout" stepKey="logoutFromAdmin"/>
9797
</after>
9898

9999
<!-- Go to the product page for the first product -->

app/code/Magento/Customer/Test/Mftf/Test/AdminChangAllCustomersGroupViaGridTest.xml renamed to app/code/Magento/Customer/Test/Mftf/Test/AdminChangeAllCustomersGroupViaGridTest.xml

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

99
<tests xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1010
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/testSchema.xsd">
11-
<test name="AdminChangAllCustomersGroupViaGridTest" extends="AdminChangeSingleCustomerGroupViaGridTest">
11+
<test name="AdminChangeAllCustomersGroupViaGridTest" extends="AdminChangeSingleCustomerGroupViaGridTest">
1212
<annotations>
1313
<title value="Change all customers' group via grid"/>
1414
<description value="Select All customers to change their group"/>

app/code/Magento/Customer/Test/Mftf/Test/ChangeCustomerGroupTest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
<group value="customer"/>
7272
<group value="mtf_migrated"/>
7373
<skip>
74-
<issueId value="DEPRECATED">Use AdminChangAllCustomersGroupViaGridTest instead</issueId>
74+
<issueId value="DEPRECATED">Use AdminChangeAllCustomersGroupViaGridTest instead</issueId>
7575
</skip>
7676
</annotations>
7777

0 commit comments

Comments
 (0)