File tree Expand file tree Collapse file tree 3 files changed +17
-5
lines changed
dev/tests/functional/tests/app/Magento/Catalog/Test Expand file tree Collapse file tree 3 files changed +17
-5
lines changed Original file line number Diff line number Diff line change 45
45
<visibility >
46
46
<input >select</input >
47
47
</visibility >
48
- <news_from_date />
48
+ <news_from_date >
49
+ <selector >[name="product[news_from_date]"]</selector >
50
+ <strategy >css selector</strategy >
51
+ </news_from_date >
49
52
<news_to_date >
50
53
<selector >[name="product[news_to_date]"]</selector >
51
54
<strategy >css selector</strategy >
190
193
<class >\Magento\Ui\Test\Block\Adminhtml\Section</class >
191
194
<selector >[data-index='schedule-design-update']</selector >
192
195
<strategy >css selector</strategy >
196
+ <fields >
197
+ <custom_design_from >
198
+ <selector >[name="product[custom_design_from]"]</selector >
199
+ <strategy >css selector</strategy >
200
+ </custom_design_from >
201
+ </fields >
193
202
</schedule-design-update >
194
203
<customer-options >
195
204
<class >\Magento\Catalog\Test\Block\Adminhtml\Product\Edit\Section\Options</class >
Original file line number Diff line number Diff line change 29
29
<field name =" country_of_manufacture" is_required =" 0" />
30
30
<field name =" created_at" is_required =" 1" />
31
31
<field name =" custom_design" is_required =" 0" />
32
- <field name =" custom_design_from" is_required =" 0" />
33
- <field name =" custom_design_to" is_required =" 0" />
32
+ <field name =" custom_design_from" is_required =" 0" group = " schedule-design-update " source = " Magento\Backend\Test\Fixture\Source\Date " />
33
+ <field name =" custom_design_to" is_required =" 0" group = " schedule-design-update " source = " Magento\Backend\Test\Fixture\Source\Date " />
34
34
<field name =" custom_layout_update" is_required =" 0" />
35
35
<field name =" description" is_required =" 0" group =" content" />
36
36
<field name =" gallery" is_required =" 0" />
80
80
<field name =" custom_options" is_required =" 0" group =" customer-options" source =" Magento\Catalog\Test\Fixture\Product\CustomOptions" repository =" Magento\Catalog\Test\Repository\Product\CustomOptions" />
81
81
<field name =" website_ids" group =" websites" source =" Magento\Catalog\Test\Fixture\Product\WebsiteIds" />
82
82
<field name =" is_returnable" is_required =" 0" group =" product-details" />
83
- <field name =" news_from_date" is_required =" 0" source =" Magento\Backend\Test\Fixture\Source\Date" />
84
- <field name =" news_to_date" is_required =" 0" source =" Magento\Backend\Test\Fixture\Source\Date" />
83
+ <field name =" news_from_date" is_required =" 0" group = " product-details " source =" Magento\Backend\Test\Fixture\Source\Date" />
84
+ <field name =" news_to_date" is_required =" 0" group = " product-details " source =" Magento\Backend\Test\Fixture\Source\Date" />
85
85
<field name =" stock_data" group =" advanced-inventory" />
86
86
<field name =" checkout_data" group =" null" repository =" Magento\Catalog\Test\Repository\CatalogProductSimple\CheckoutData" />
87
87
<field name =" cross_sell_products" group =" related" source =" Magento\Catalog\Test\Fixture\Product\RelatedProducts" />
Original file line number Diff line number Diff line change 55
55
<data name =" product/data/short_description" xsi : type =" string" >Simple Product short_description %isolation%</data >
56
56
<data name =" product/data/description" xsi : type =" string" >Simple Product description %isolation%</data >
57
57
<data name =" product/data/weight" xsi : type =" string" >52</data >
58
+ <data name =" product/data/news_from_date" xsi : type =" string" ></data >
59
+ <data name =" product/data/custom_design_from" xsi : type =" string" ></data >
58
60
<data name =" product/data/quantity_and_stock_status/qty" xsi : type =" string" >659</data >
59
61
<data name =" product/data/custom_options/dataset" xsi : type =" string" >drop_down_with_one_option_fixed_price</data >
60
62
<data name =" product/data/checkout_data/dataset" xsi : type =" string" >simple_drop_down_with_one_option_fixed_price</data >
61
63
<data name =" product/data/price/dataset" xsi : type =" string" >MAGETWO-23029</data >
62
64
<constraint name =" Magento\Catalog\Test\Constraint\AssertProductSaveMessage" />
65
+ <constraint name =" Magento\Catalog\Test\Constraint\AssertProductForm" />
63
66
<constraint name =" Magento\Catalog\Test\Constraint\AssertProductInGrid" />
64
67
<constraint name =" Magento\Catalog\Test\Constraint\AssertProductInCategory" />
65
68
<constraint name =" Magento\Catalog\Test\Constraint\AssertProductPage" />
You can’t perform that action at this time.
0 commit comments