We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64b617f commit 9691ef6Copy full SHA for 9691ef6
app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminCheckProductOnProductGridActionGroup.xml
@@ -9,10 +9,10 @@
9
<actionGroups xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/actionGroupSchema.xsd">
10
<actionGroup name="AdminCheckProductOnProductGridActionGroup">
11
<annotations>
12
- <description>Check the checkbox for the product on the Product Grid</description>
+ <description>Check the checkbox for the product on the Product Grid</description>
13
</annotations>
14
<arguments>
15
- <argument name="product" type="entity"/>
+ <argument name="product" type="entity"/>
16
</arguments>
17
18
<checkOption selector="{{AdminProductGridSection.productRowCheckboxBySku(product.sku)}}" stepKey="selectProduct"/>
0 commit comments