File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Catalog Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 10
10
<section name =" AdminProductFormSection" >
11
11
<element name =" productName" type =" input" selector =" .admin__field[data-index=name] input" />
12
12
<element name =" productSku" type =" input" selector =" .admin__field[data-index=sku] input" />
13
- <element name =" enableProduct " type =" checkbox" selector =" input[name='product[status]']" />
13
+ <element name =" productStatus " type =" checkbox" selector =" input[name='product[status]']" />
14
14
<element name =" productPrice" type =" input" selector =" .admin__field[data-index=price] input" />
15
15
<element name =" advancedPricingLink" type =" button" selector =" button[data-index='advanced_pricing_button']" />
16
16
<element name =" categoriesDropdown" type =" multiselect" selector =" div[data-index='category_ids']" />
Original file line number Diff line number Diff line change 51
51
<click selector =" {{AdminProductGridActionSection.addProductToggle}}" stepKey =" clickOnAddProductDropdown" />
52
52
<click selector =" {{AdminProductGridActionSection.addSimpleProduct}}" stepKey =" clickOnAddSimpleProduct" />
53
53
<waitForPageLoad stepKey =" waitForProductEditToLoad" />
54
- <dontSeeCheckboxIsChecked selector =" {{AdminProductFormSection.enableProduct }}" stepKey =" dontSeeCheckboxEnableProductIsChecked" />
54
+ <dontSeeCheckboxIsChecked selector =" {{AdminProductFormSection.productStatus }}" stepKey =" dontSeeCheckboxEnableProductIsChecked" />
55
55
56
56
</test >
57
57
</tests >
You can’t perform that action at this time.
0 commit comments