Skip to content

Commit 5164285

Browse files
committed
PB-107: Display total number of products matched into ProductsList
- populate total number of products
1 parent 898eacc commit 5164285

File tree

1 file changed

+1
-1
lines changed
  • dev/tests/integration/testsuite/Magento/PageBuilder/Controller/Adminhtml/Form/Element

1 file changed

+1
-1
lines changed

dev/tests/integration/testsuite/Magento/PageBuilder/Controller/Adminhtml/Form/Element/ProductTotalsTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ public function productDataProvider()
6565
'operator' => '==',
6666
'type' => \Magento\CatalogWidget\Model\Rule\Condition\Product::class,
6767
'attribute' => 'category_ids',
68-
'value' => '2'
68+
'value' => '4'
6969
],
7070
],
7171
0,

0 commit comments

Comments
 (0)