File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
app/code/Magento/Catalog/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 20
20
<group value =" catalog" />
21
21
<group value =" CatalogInventory" />
22
22
<group value =" product_attributes" />
23
- <skip >
24
- <issueId value =" ACQE-4352" />
25
- </skip >
26
23
</annotations >
27
24
<before >
28
25
<actionGroup ref =" AdminLoginActionGroup" stepKey =" loginAsAdmin" />
48
45
<argument name =" keyword" value =" api-simple-product" />
49
46
</actionGroup >
50
47
<actionGroup ref =" SortProductsByIdDescendingActionGroup" stepKey =" sortProductsByIdDescending" />
48
+ <waitForElementClickable selector =" {{AdminProductGridSection.productGridCheckboxOnRow('1')}}" stepKey =" waitForSelectCheckbox1" />
51
49
<checkOption selector =" {{AdminProductGridSection.productGridCheckboxOnRow('1')}}" stepKey =" clickCheckbox1" />
52
50
<checkOption selector =" {{AdminProductGridSection.productGridCheckboxOnRow('2')}}" stepKey =" clickCheckbox2" />
51
+ <seeCheckboxIsChecked selector =" {{AdminProductGridSection.productGridCheckboxOnRow('1')}}" stepKey =" seeProduct1IsChecked" />
52
+ <seeCheckboxIsChecked selector =" {{AdminProductGridSection.productGridCheckboxOnRow('2')}}" stepKey =" seeProduct2IsChecked" />
53
53
<!-- Mass update qty increments -->
54
54
<actionGroup ref =" AdminClickMassUpdateProductAttributesActionGroup" stepKey =" clickMassUpdateProductAttributes" />
55
55
<actionGroup ref =" AdminMassUpdateProductQtyIncrementsActionGroup" stepKey =" updateQtyIncrements" >
You can’t perform that action at this time.
0 commit comments