File tree 2 files changed +4
-0
lines changed
app/code/Magento/ConfigurableProduct
view/adminhtml/ui_component 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 143
143
<reloadPage stepKey =" reloadDuplicatedProductPage" />
144
144
<waitForPageLoad stepKey =" waitForDuplicatedProductReload" />
145
145
<click selector =" {{AdminProductFormConfigurationsSection.createConfigurations}}" stepKey =" createConfigurationsDuplicatedProduct" />
146
+ <waitForElementVisible selector =" {{AdminGridSelectRows.multicheckDropdown}}" stepKey =" waitForCreateConfigurationsPageLoad" />
147
+ <click selector =" {{AdminGridSelectRows.multicheckDropdown}}" stepKey =" openMulticheckDropdown" />
148
+ <click selector =" {{AdminGridSelectRows.multicheckOption('Deselect All')}}" stepKey =" DeselectAllAttributes" />
146
149
<actionGroup ref =" createOptionsForAttribute" stepKey =" createOptionsForDuplicatedProduct" >
147
150
<argument name =" attributeName" value =" {{productAttributeColor.default_label}}" />
148
151
<argument name =" firstOptionName" value =" {{colorConfigurableProductAttribute1.name}}" />
Original file line number Diff line number Diff line change 55
55
<selectionsColumn name =" ids" sortOrder =" 0" >
56
56
<settings >
57
57
<indexField >attribute_id</indexField >
58
+ <preserveSelectionsOnFilter >true</preserveSelectionsOnFilter >
58
59
</settings >
59
60
</selectionsColumn >
60
61
<column name =" attribute_code" >
You can’t perform that action at this time.
0 commit comments