File tree Expand file tree Collapse file tree 4 files changed +5
-13
lines changed
dev/tests/functional/tests/app/Magento
Block/Adminhtml/Product/Edit/Action
ConfigurableProduct/Test/Block/Adminhtml/Product Expand file tree Collapse file tree 4 files changed +5
-13
lines changed Original file line number Diff line number Diff line change @@ -28,13 +28,6 @@ class UpdateAttributeForm extends FormTabs
28
28
]
29
29
];
30
30
31
- /**
32
- * Advanced Inventory Tab selector.
33
- *
34
- * @var string
35
- */
36
- protected $ advancedInventoryTab = '#attributes_update_tabs_inventory ' ;
37
-
38
31
/**
39
32
* Create data array for filling containers.
40
33
*
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ class AssertMassProductUpdateSuccessMessage extends AbstractConstraint
23
23
* Assert that after mass update successful message appears.
24
24
*
25
25
* @param CatalogProductIndex $productGrid
26
- * @param string $productsCount
26
+ * @param integer $productsCount
27
27
* @return void
28
28
*/
29
29
public function processAssert (CatalogProductIndex $ productGrid , $ productsCount )
Original file line number Diff line number Diff line change 11
11
<data name =" configData" xsi : type =" string" >product_flat</data >
12
12
<data name =" initialProducts/0" xsi : type =" string" >catalogProductSimple::simple_10_dollar</data >
13
13
<data name =" initialProducts/1" xsi : type =" string" >catalogProductSimple::simple_10_dollar</data >
14
- <data name =" productsCount" xsi : type =" string " >2</data >
14
+ <data name =" productsCount" xsi : type =" number " >2</data >
15
15
<data name =" product/data/price/value" xsi : type =" string" >1.99</data >
16
16
<constraint name =" Magento\Catalog\Test\Constraint\AssertMassProductUpdateSuccessMessage" />
17
17
<constraint name =" Magento\Catalog\Test\Constraint\AssertProductInGrid" />
18
18
</variation >
19
- <variation name =" MassProductPriceUpdateTestVariation2 " >
19
+ <variation name =" MassProductUpdateTestVariation2 " summary = " Update stock data for simple and configurable " >
20
20
<data name =" configData" xsi : type =" string" >product_flat</data >
21
21
<data name =" initialProducts/1" xsi : type =" string" >configurableProduct::out_of_stock</data >
22
22
<data name =" initialProducts/0" xsi : type =" string" >catalogProductSimple::out_of_stock</data >
23
- <data name =" productsCount" xsi : type =" string " >3</data >
23
+ <data name =" productsCount" xsi : type =" number " >3</data >
24
24
<data name =" product/data/stock_data" xsi : type =" string" >In Stock</data >
25
25
<constraint name =" Magento\Catalog\Test\Constraint\AssertMassProductUpdateSuccessMessage" />
26
26
<constraint name =" Magento\Catalog\Test\Constraint\AssertProductInGrid" />
Original file line number Diff line number Diff line change 6
6
7
7
namespace Magento \ConfigurableProduct \Test \Block \Adminhtml \Product ;
8
8
9
- use Magento \Ui \Test \Block \Adminhtml \DataGrid ;
10
9
use Magento \ConfigurableProduct \Test \Fixture \ConfigurableProduct ;
11
10
12
11
/**
13
12
* Backend catalog product grid.
14
13
*/
15
- class Grid extends DataGrid
14
+ class Grid extends \ Magento \ Catalog \ Test \ Block \ Adminhtml \ Product \Grid
16
15
{
17
16
/**
18
17
* Prepare data.
You can’t perform that action at this time.
0 commit comments