Skip to content

Commit a8167f1

Browse files
committed
MQE-3182: Release MFTF 3.8.0
1 parent a3d2b1c commit a8167f1

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
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$$"/>

0 commit comments

Comments
 (0)