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()
121121
122122 $ quoteItemsSelect ->reset ()
123123 ->from (['main_table ' => $ this ->getTable ('quote_item ' )], '' )
124- ->columns ('main_table.product_id ' )
124+ ->columns ([ 'main_table.product_id ' , ' main_table.name ' ] )
125125 ->columns (['carts ' => new \Zend_Db_Expr ('COUNT(main_table.item_id) ' )])
126126 ->columns ('quote.base_to_global_rate ' )
127127 ->joinInner (
Original file line number Diff line number Diff line change @@ -22,7 +22,6 @@ class GridTest extends \Magento\Reports\Block\Adminhtml\Shopcart\GridTestAbstrac
2222 */
2323 public function testGridContent ()
2424 {
25- $ this ->markTestSkipped ('MC-40448: Product\GridTest failure on 2.4-develop ' );
2625 /** @var \Magento\Framework\View\LayoutInterface $layout */
2726 $ layout = Bootstrap::getObjectManager ()->get (\Magento \Framework \View \LayoutInterface::class);
2827 /** @var Grid $grid */
You can’t perform that action at this time.
0 commit comments