File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
app/code/Magento/Reports/Model/ResourceModel/Quote/Item
dev/tests/integration/testsuite/Magento/Reports/Block/Adminhtml/Shopcart/Product Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ public function prepareActiveCartItems()
121
121
122
122
$ quoteItemsSelect ->reset ()
123
123
->from (['main_table ' => $ this ->getTable ('quote_item ' )], '' )
124
- ->columns ('main_table.product_id ' )
124
+ ->columns ([ 'main_table.product_id ' , ' main_table.name ' ] )
125
125
->columns (['carts ' => new \Zend_Db_Expr ('COUNT(main_table.item_id) ' )])
126
126
->columns ('quote.base_to_global_rate ' )
127
127
->joinInner (
Original file line number Diff line number Diff line change @@ -22,7 +22,6 @@ class GridTest extends \Magento\Reports\Block\Adminhtml\Shopcart\GridTestAbstrac
22
22
*/
23
23
public function testGridContent ()
24
24
{
25
- $ this ->markTestSkipped ('MC-40448: Product\GridTest failure on 2.4-develop ' );
26
25
/** @var \Magento\Framework\View\LayoutInterface $layout */
27
26
$ layout = Bootstrap::getObjectManager ()->get (\Magento \Framework \View \LayoutInterface::class);
28
27
/** @var Grid $grid */
You can’t perform that action at this time.
0 commit comments