Skip to content

Commit a9d3dd2

Browse files
[bengals-integration-tests-mainline] Adding correct argument name
1 parent 69a86a2 commit a9d3dd2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@
4646
</actionGroup>
4747

4848
<actionGroup ref="AdminCheckProductOnProductGridActionGroup" stepKey="clickCheckbox1">
49-
<argument name="productId" value="$createProductOne$"/>
49+
<argument name="product" value="$createProductOne$"/>
5050
</actionGroup>
5151

5252
<actionGroup ref="AdminCheckProductOnProductGridActionGroup" stepKey="clickCheckbox2">
53-
<argument name="productId" value="$createProductTwo$"/>
53+
<argument name="product" value="$createProductTwo$"/>
5454
</actionGroup>
5555

5656
<actionGroup ref="AdminClickMassUpdateProductAttributesActionGroup" stepKey="clickDropdown"/>

0 commit comments

Comments
 (0)