Skip to content

Commit 8b00472

Browse files
committed
B2B-1655: Add MFTF test for MC-38949
- Fix CR feedback
1 parent a2eb863 commit 8b00472

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<argument name="productStockStatus" defaultValue="In Stock" type="string"/>
2323
<argument name="productWeight" defaultValue="{{_defaultProduct.weight}}" type="string"/>
2424
<argument name="productVisibility" defaultValue="Catalog, Search" type="string"/>
25-
<argument name="categoryNames" defaultValue="{{_defaultCategory.name}}" type="string"/>
25+
<argument name="categoryName" defaultValue="{{_defaultCategory.name}}" type="string"/>
2626
</arguments>
2727
<waitForElementVisible selector="{{AdminProductFormSection.productStatus}}" stepKey="waitForProductStatus"/>
2828
<seeElement selector="{{AdminProductFormSection.productStatusValue(productStatus)}}" stepKey="seeProductStatus"/>
@@ -34,6 +34,6 @@
3434
<seeInField selector="{{AdminProductFormSection.productStockStatus}}" userInput="{{productStockStatus}}" stepKey="seeProductStockStatus"/>
3535
<seeInField selector="{{AdminProductFormSection.productWeight}}" userInput="{{productWeight}}" stepKey="seeProductWeight"/>
3636
<seeOptionIsSelected selector="{{AdminProductFormSection.visibility}}" userInput="{{productVisibility}}" stepKey="seeProductVisibility"/>
37-
<seeElement selector="{{AdminProductFormSection.categories(categoryNames)}}" stepKey="seeProductCategories"/>
37+
<seeElement selector="{{AdminProductFormSection.categories(categoryName)}}" stepKey="seeProductCategories"/>
3838
</actionGroup>
3939
</actionGroups>

0 commit comments

Comments
 (0)