You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dev/tests/integration/testsuite/Magento/PageBuilder/Controller/Adminhtml/Form/Element/ProductTotalsTest.php
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -67,7 +67,7 @@ public function productDataProvider()
67
67
]
68
68
], 0, 0
69
69
],
70
-
[ // category with 4 products, 1 disabled
70
+
[ // category with 4 products, 1 disabled, 1 not visible
71
71
['1' => [
72
72
'aggregator' => 'all',
73
73
'new_child' => '',
@@ -80,7 +80,7 @@ public function productDataProvider()
80
80
'attribute' => 'category_ids',
81
81
'value' => '3'
82
82
]
83
-
], 4, 1
83
+
], 2, 1
84
84
],
85
85
[ // sku with no matches
86
86
['1' => [
@@ -97,7 +97,7 @@ public function productDataProvider()
97
97
]
98
98
], 0, 0
99
99
],
100
-
[ // sku with 2 matches, 1 disabled
100
+
[ // sku with 2 matches, 1 disabled, 1 not visible
101
101
['1' => [
102
102
'aggregator' => 'all',
103
103
'new_child' => '',
@@ -110,7 +110,7 @@ public function productDataProvider()
110
110
'attribute' => 'sku',
111
111
'value' => 'simple-3, simple-4'
112
112
]
113
-
], 2, 1
113
+
], 0, 1
114
114
],
115
115
[ // condition with no matches
116
116
['1' => [
@@ -140,7 +140,7 @@ public function productDataProvider()
0 commit comments