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 4343 <data name =" attribute/data/is_filterable_in_search" xsi : type =" string" >Yes</data >
4444 <data name =" assertProduct/data/name" xsi : type =" string" >Product name</data >
4545 <data name =" assertProduct/data/sku" xsi : type =" string" >product-sku</data >
46+ <data name =" assertProduct/data/price" xsi : type =" string" >35</data >
4647 <constraint name =" Magento\Catalog\Test\Constraint\AssertProductAttributeIsFilterable" />
4748 <constraint name =" Magento\Catalog\Test\Constraint\AssertProductAttributeIsFilterableInSearch" />
4849 <constraint name =" Magento\ConfigurableProduct\Test\Constraint\AssertProductAttributeIsConfigurable" />
Original file line number Diff line number Diff line change 128128 <data name =" productAttribute/data/used_for_sort_by" xsi : type =" string" >Yes</data >
129129 <data name =" assertProduct/data/name" xsi : type =" string" >Product name</data >
130130 <data name =" assertProduct/data/sku" xsi : type =" string" >product-sku</data >
131+ <data name =" assertProduct/data/price" xsi : type =" string" >35</data >
131132 <constraint name =" Magento\Catalog\Test\Constraint\AssertProductAttributeInGrid" />
132133 <constraint name =" Magento\Catalog\Test\Constraint\AssertAttributeForm" />
133134 <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
7676 *
7777 * @var string
7878 */
79- protected $ deleteItemButton = '.action.action-delete ' ;
79+ protected $ deleteItemButton = 'a .action.action-delete ' ;
8080
8181 /**
8282 * Get Shopping Cart item.
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ class Content extends Tab
2929 *
3030 * @var string
3131 */
32- protected $ widgetBlock = "./ancestor:: body/div [div/div /*[@id='widget_options_form']] " ;
32+ protected $ widgetBlock = "// body//aside [div//*[@id='widget_options_form']] " ;
3333
3434 /**
3535 * Insert Variable button selector.
Original file line number Diff line number Diff line change 7878 <constraint name =" Magento\Backend\Test\Constraint\AssertBackendPageIsAvailable" />
7979 </variation >
8080 <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 >
8282 <data name =" pageTitle" xsi : type =" string" >Refresh Statistics</data >
8383 <constraint name =" Magento\Backend\Test\Constraint\AssertBackendPageIsAvailable" />
8484 </variation >
You can’t perform that action at this time.
0 commit comments