Skip to content

Commit a1149ce

Browse files
committed
refactored
1 parent 036366d commit a1149ce

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminSetBackordersOnProductAdvancedInventoryActionGroup.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
</arguments>
1818

1919
<uncheckOption selector="{{AdminProductFormAdvancedInventorySection.useConfigSettingsForBackorders}}" stepKey="uncheckUseConfigSettings"/>
20-
<selectOption selector="{{AdminProductFormAdvancedInventorySection.backorders}}" userInput="{{backorders}}" stepKey="fillBackordersy"/>
20+
<selectOption selector="{{AdminProductFormAdvancedInventorySection.backorders}}" userInput="{{backorders}}" stepKey="fillBackorders"/>
2121
</actionGroup>
2222
</actionGroups>

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,12 @@
1010
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/testSchema.xsd">
1111
<test name="StorefrontAddProductWithBackordersAllowedOnProductLevelToCartTest">
1212
<annotations>
13+
<features value="Catalog"/>
1314
<stories value="Manage inventory, backorders"/>
1415
<title value="Add Product to Cart, Backorders Allowed On Product Level"/>
16+
<severity value="MAJOR"/>
1517
<description value="Customer should be able to add products to Cart if product qty less or equal 0 and Backorders are allowed on Product level"/>
18+
<group value="catalog"/>
1619
</annotations>
1720

1821
<before>
@@ -22,7 +25,6 @@
2225

2326
<after>
2427
<actionGroup ref="AdminLogoutActionGroup" stepKey="logout"/>
25-
<actionGroup ref="CliCacheCleanActionGroup" stepKey="cleanInvalidatedCaches">
2628
<argument name="tags" value="config full_page"/>
2729
</actionGroup>
2830
<deleteData createDataKey="createProduct" stepKey="deleteProduct"/>

0 commit comments

Comments
 (0)