|
190 | 190 | <data name="productAttribute/data/is_comparable" xsi:type="string">Yes</data>
|
191 | 191 | <constraint name="Magento\Catalog\Test\Constraint\AssertProductAttributeIsUnique" />
|
192 | 192 | </variation>
|
| 193 | + <variation name="CreateProductAttributeEntityTestVariation10" |
| 194 | + summary="Create Product DropDown Attripute With No Selected Value" ticketId="MAGETWO-64025"> |
| 195 | + <data name="attributeSet/dataset" xsi:type="string">custom_attribute_set</data> |
| 196 | + <data name="productAttribute/data/frontend_label" xsi:type="string">Dropdown_Admin_%isolation%</data> |
| 197 | + <data name="productAttribute/data/frontend_input" xsi:type="string">Dropdown</data> |
| 198 | + <data name="productAttribute/data/options/dataset" xsi:type="string">two_options_no_default</data> |
| 199 | + <data name="productAttribute/data/is_required" xsi:type="string">No</data> |
| 200 | + <data name="productAttribute/data/attribute_code" xsi:type="string">attr_dropdown_%isolation%</data> |
| 201 | + <data name="productAttribute/data/is_global" xsi:type="string">Global</data> |
| 202 | + <data name="productAttribute/data/is_unique" xsi:type="string">No</data> |
| 203 | + <data name="productAttribute/data/is_searchable" xsi:type="string">Yes</data> |
| 204 | + <data name="productAttribute/data/is_visible_in_advanced_search" xsi:type="string">Yes</data> |
| 205 | + <data name="productAttribute/data/is_comparable" xsi:type="string">Yes</data> |
| 206 | + <data name="productAttribute/data/is_filterable" xsi:type="string">Filterable (with results)</data> |
| 207 | + <data name="productAttribute/data/is_filterable_in_search" xsi:type="string">Yes</data> |
| 208 | + <data name="productAttribute/data/is_html_allowed_on_front" xsi:type="string">Yes</data> |
| 209 | + <data name="productAttribute/data/is_visible_on_front" xsi:type="string">Yes</data> |
| 210 | + <data name="productAttribute/data/used_in_product_listing" xsi:type="string">Yes</data> |
| 211 | + <data name="productAttribute/data/used_for_sort_by" xsi:type="string">Yes</data> |
| 212 | + <data name="assertProduct/data/name" xsi:type="string">Product name</data> |
| 213 | + <data name="assertProduct/data/sku" xsi:type="string">product-sku</data> |
| 214 | + <data name="assertProduct/data/price" xsi:type="string">35</data> |
| 215 | + <constraint name="Magento\Catalog\Test\Constraint\AssertProductAttributeInGrid" /> |
| 216 | + <constraint name="Magento\Catalog\Test\Constraint\AssertAttributeForm" /> |
| 217 | + </variation> |
193 | 218 | </testCase>
|
194 | 219 | </config>
|
0 commit comments