File tree Expand file tree Collapse file tree 5 files changed +5
-3
lines changed
dev/tests/functional/tests/app/Magento
Catalog/Test/TestCase/ProductAttribute
Cms/Test/Block/Adminhtml/Page/Edit/Tab Expand file tree Collapse file tree 5 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 43
43
<data name =" attribute/data/is_filterable_in_search" xsi : type =" string" >Yes</data >
44
44
<data name =" assertProduct/data/name" xsi : type =" string" >Product name</data >
45
45
<data name =" assertProduct/data/sku" xsi : type =" string" >product-sku</data >
46
+ <data name =" assertProduct/data/price" xsi : type =" string" >35</data >
46
47
<constraint name =" Magento\Catalog\Test\Constraint\AssertProductAttributeIsFilterable" />
47
48
<constraint name =" Magento\Catalog\Test\Constraint\AssertProductAttributeIsFilterableInSearch" />
48
49
<constraint name =" Magento\ConfigurableProduct\Test\Constraint\AssertProductAttributeIsConfigurable" />
Original file line number Diff line number Diff line change 128
128
<data name =" productAttribute/data/used_for_sort_by" xsi : type =" string" >Yes</data >
129
129
<data name =" assertProduct/data/name" xsi : type =" string" >Product name</data >
130
130
<data name =" assertProduct/data/sku" xsi : type =" string" >product-sku</data >
131
+ <data name =" assertProduct/data/price" xsi : type =" string" >35</data >
131
132
<constraint name =" Magento\Catalog\Test\Constraint\AssertProductAttributeInGrid" />
132
133
<constraint name =" Magento\Catalog\Test\Constraint\AssertAttributeForm" />
133
134
<constraint name =" Magento\Catalog\Test\Constraint\AssertAddedProductAttributeOnProductForm" />
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ class Cart extends Block
76
76
*
77
77
* @var string
78
78
*/
79
- protected $ deleteItemButton = '.action.action-delete ' ;
79
+ protected $ deleteItemButton = 'a .action.action-delete ' ;
80
80
81
81
/**
82
82
* Get Shopping Cart item.
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ class Content extends Tab
29
29
*
30
30
* @var string
31
31
*/
32
- protected $ widgetBlock = "./ancestor:: body/div [div/div /*[@id='widget_options_form']] " ;
32
+ protected $ widgetBlock = "// body//aside [div//*[@id='widget_options_form']] " ;
33
33
34
34
/**
35
35
* Insert Variable button selector.
Original file line number Diff line number Diff line change 78
78
<constraint name =" Magento\Backend\Test\Constraint\AssertBackendPageIsAvailable" />
79
79
</variation >
80
80
<variation name =" NavigateMenuTest69" >
81
- <data name =" menuItem" xsi : type =" string" >Reports > Refresh statistics </data >
81
+ <data name =" menuItem" xsi : type =" string" >Reports > Refresh Statistics </data >
82
82
<data name =" pageTitle" xsi : type =" string" >Refresh Statistics</data >
83
83
<constraint name =" Magento\Backend\Test\Constraint\AssertBackendPageIsAvailable" />
84
84
</variation >
You can’t perform that action at this time.
0 commit comments