File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
Catalog/Test/Mftf/Section Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 13
13
<element name =" DefaultLabel" type =" input" selector =" #attribute_label" />
14
14
<element name =" InputType" type =" select" selector =" #frontend_input" />
15
15
<element name =" ValueRequired" type =" select" selector =" #is_required" />
16
+ <element name =" UpdateProductPreviewImage" type =" select" selector =" [name='update_product_preview_image']" />
16
17
<element name =" AdvancedProperties" type =" button" selector =" #advanced_fieldset-wrapper" />
17
18
<element name =" DefaultValue" type =" input" selector =" #default_value_text" />
18
19
<element name =" Scope" type =" select" selector =" #is_global" />
Original file line number Diff line number Diff line change 41
41
<!-- Select visual swatch -->
42
42
<selectOption selector =" {{AttributePropertiesSection.InputType}}" userInput =" swatch_visual" stepKey =" selectInputType" />
43
43
44
+ <!-- Set Update Product Preview Image to Yes-->
45
+ <selectOption selector =" {{AttributePropertiesSection.UpdateProductPreviewImage}}" userInput =" Yes" stepKey =" setUpdateProductPreviewImage" />
46
+
44
47
<!-- This hack is because the same <input type="file"> is re-purposed used for all uploads. -->
45
48
<executeJS function =" HTMLInputElement.prototype.click = function() { if(this.type !== 'file') HTMLElement.prototype.click.call(this); };" stepKey =" disableClick" />
46
49
You can’t perform that action at this time.
0 commit comments