Skip to content

Commit

Permalink
Merge pull request magento#7393 from magento-pangolin/MQE-3182
Browse files Browse the repository at this point in the history
MQE-3182: Release MFTF 3.8.0
  • Loading branch information
okolesnyk committed Jan 17, 2022
2 parents f40c40b + 07d4418 commit 44a86cb
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@
</before>
<after>
<magentoCLI command="config:set {{StorefrontDisableAddStoreCodeToUrls.path}} {{StorefrontDisableAddStoreCodeToUrls.value}}" stepKey="addStoreCodeToUrlDisable"/>
<actionGroup ref="CliCacheFlushActionGroup" stepKey="cliCacheFlushActionGroup">
<argument name="tags" value="" />
</actionGroup>
</after>

<actionGroup ref="AdminLoginActionGroup" stepKey="loginAsAdmin"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@
<actionGroup ref="DeleteProductBySkuActionGroup" stepKey="deleteCreatedProduct">
<argument name="sku" value="{{simpleProductRegularPriceCustomOptions.sku}}"/>
</actionGroup>
<actionGroup ref="CliCacheFlushActionGroup" stepKey="cliCacheFlushActionGroup">
<argument name="tags" value="" />
</actionGroup>
<actionGroup ref="AdminLogoutActionGroup" stepKey="logout"/>
</after>

Expand Down Expand Up @@ -97,7 +100,7 @@
<seeInField selector="{{AdminProductFormSection.productQuantity}}" userInput="{{simpleProductRegularPriceCustomOptions.quantity}}" stepKey="seeSimpleProductQuantity"/>
<seeInField selector="{{AdminProductFormSection.productStockStatus}}" userInput="{{simpleProductRegularPriceCustomOptions.status}}" stepKey="seeSimpleProductStockStatus"/>
<seeInField selector="{{AdminProductFormSection.productWeight}}" userInput="{{simpleProductRegularPriceCustomOptions.weight}}" stepKey="seeSimpleProductWeight"/>

<comment userInput="Comment is added to preserve the step key for backward compatibility" stepKey="clickCategoriesDropDownToVerify"/>
<actionGroup ref="AssertAdminProductIsAssignedToCategoryActionGroup" stepKey="selectedCategories">
<argument name="categoryName" value="$$categoryEntity.name$$"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@
</before>
<after>
<deleteData createDataKey="product" stepKey="delete"/>
<actionGroup ref="CliIndexerReindexActionGroup" stepKey="reindex">
<argument name="indices" value=""/>
</actionGroup>
</after>
</test>
</tests>
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
-->

<tests xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/testSchema.xsd">
<test name="SearchByEmailInCustomerGridTest">
<test name="SearchByEmailInCustomerGridTest" deprecated="Test is covered with multiple other scenarios">
<annotations>
<features value="Customer"/>
<stories value="Customer grid search"/>
Expand All @@ -16,6 +16,9 @@
<severity value="MAJOR"/>
<testCaseId value="MC-17985"/>
<useCaseId value="MC-17947"/>
<skip>
<issueId value="Test is deprecated" />
</skip>
<group value="customer"/>
<group value="pr_exclude"/>
</annotations>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
<element name="elastic6ConnectionWizard" type="button" selector="#catalog_search_elasticsearch6_test_connect_wizard"/>
<element name="connectionStatus" type="text" selector="#catalog_search_elasticsearch6_test_connect_wizard_result"/>
</section>
</sections>
</sections>
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
<group value="Newsletter"/>
<title value="Configure guest newsletter subscription to 'No'"/>
<description value="Configure guest newsletter subscription to 'No'"/>
<skip>
<issueId value="DEPRECATED: Use StorefrontNewsletterGuestSubscriptionWithDisallowedOptionTest"/>
</skip>
<severity value="MAJOR"/>
<group value="pr_exclude"/>
</annotations>
Expand Down
12 changes: 6 additions & 6 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 44a86cb

Please sign in to comment.