Skip to content

Commit 44a86cb

Browse files
authored
Merge pull request #7393 from magento-pangolin/MQE-3182
MQE-3182: Release MFTF 3.8.0
2 parents f40c40b + 07d4418 commit 44a86cb

File tree

7 files changed

+24
-9
lines changed

7 files changed

+24
-9
lines changed

app/code/Magento/Backend/Test/Mftf/Test/AdminUserLoginWithStoreCodeInUrlTest.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@
2525
</before>
2626
<after>
2727
<magentoCLI command="config:set {{StorefrontDisableAddStoreCodeToUrls.path}} {{StorefrontDisableAddStoreCodeToUrls.value}}" stepKey="addStoreCodeToUrlDisable"/>
28+
<actionGroup ref="CliCacheFlushActionGroup" stepKey="cliCacheFlushActionGroup">
29+
<argument name="tags" value="" />
30+
</actionGroup>
2831
</after>
2932

3033
<actionGroup ref="AdminLoginActionGroup" stepKey="loginAsAdmin"/>

app/code/Magento/Catalog/Test/Mftf/Test/AdminUpdateSimpleProductWithRegularPriceInStockWithCustomOptionsTest.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@
3232
<actionGroup ref="DeleteProductBySkuActionGroup" stepKey="deleteCreatedProduct">
3333
<argument name="sku" value="{{simpleProductRegularPriceCustomOptions.sku}}"/>
3434
</actionGroup>
35+
<actionGroup ref="CliCacheFlushActionGroup" stepKey="cliCacheFlushActionGroup">
36+
<argument name="tags" value="" />
37+
</actionGroup>
3538
<actionGroup ref="AdminLogoutActionGroup" stepKey="logout"/>
3639
</after>
3740

@@ -97,7 +100,7 @@
97100
<seeInField selector="{{AdminProductFormSection.productQuantity}}" userInput="{{simpleProductRegularPriceCustomOptions.quantity}}" stepKey="seeSimpleProductQuantity"/>
98101
<seeInField selector="{{AdminProductFormSection.productStockStatus}}" userInput="{{simpleProductRegularPriceCustomOptions.status}}" stepKey="seeSimpleProductStockStatus"/>
99102
<seeInField selector="{{AdminProductFormSection.productWeight}}" userInput="{{simpleProductRegularPriceCustomOptions.weight}}" stepKey="seeSimpleProductWeight"/>
100-
103+
101104
<comment userInput="Comment is added to preserve the step key for backward compatibility" stepKey="clickCategoriesDropDownToVerify"/>
102105
<actionGroup ref="AssertAdminProductIsAssignedToCategoryActionGroup" stepKey="selectedCategories">
103106
<argument name="categoryName" value="$$categoryEntity.name$$"/>

app/code/Magento/Catalog/Test/Mftf/Test/AdvanceCatalogSearchSimpleProductTest/AdvanceCatalogSearchSimpleProductByShortDescriptionTest.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@
2424
</before>
2525
<after>
2626
<deleteData createDataKey="product" stepKey="delete"/>
27+
<actionGroup ref="CliIndexerReindexActionGroup" stepKey="reindex">
28+
<argument name="indices" value=""/>
29+
</actionGroup>
2730
</after>
2831
</test>
2932
</tests>

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
-->
88

99
<tests xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/testSchema.xsd">
10-
<test name="SearchByEmailInCustomerGridTest">
10+
<test name="SearchByEmailInCustomerGridTest" deprecated="Test is covered with multiple other scenarios">
1111
<annotations>
1212
<features value="Customer"/>
1313
<stories value="Customer grid search"/>
@@ -16,6 +16,9 @@
1616
<severity value="MAJOR"/>
1717
<testCaseId value="MC-17985"/>
1818
<useCaseId value="MC-17947"/>
19+
<skip>
20+
<issueId value="Test is deprecated" />
21+
</skip>
1922
<group value="customer"/>
2023
<group value="pr_exclude"/>
2124
</annotations>

app/code/Magento/Elasticsearch6/Test/Mftf/Section/AdminCatalogSearchConfigurationSection.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
<element name="elastic6ConnectionWizard" type="button" selector="#catalog_search_elasticsearch6_test_connect_wizard"/>
1313
<element name="connectionStatus" type="text" selector="#catalog_search_elasticsearch6_test_connect_wizard_result"/>
1414
</section>
15-
</sections>
15+
</sections>

app/code/Magento/Newsletter/Test/Mftf/Test/VerifyRegistredLinkDisplayedForGuestSubscriptionNoTest.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616
<group value="Newsletter"/>
1717
<title value="Configure guest newsletter subscription to 'No'"/>
1818
<description value="Configure guest newsletter subscription to 'No'"/>
19+
<skip>
20+
<issueId value="DEPRECATED: Use StorefrontNewsletterGuestSubscriptionWithDisallowedOptionTest"/>
21+
</skip>
1922
<severity value="MAJOR"/>
2023
<group value="pr_exclude"/>
2124
</annotations>

composer.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)