Skip to content

Commit a9b290b

Browse files
committed
ACP2E-3490: Product Content Type in Page Builder Gets Collapsed Without Correct Messages
1 parent 6b6bfce commit a9b290b

File tree

1 file changed

+2
-2
lines changed
  • dev/tests/integration/testsuite/Magento/PageBuilder/CatalogWidget/Block/Product

1 file changed

+2
-2
lines changed

dev/tests/integration/testsuite/Magento/PageBuilder/CatalogWidget/Block/Product/ProductListTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -296,8 +296,8 @@ public static function categoryFilterAndSortDataProvider(): array
296296
}
297297

298298
#[
299-
AppArea('adminhtml'),
300-
Config('dev/template/minify_html', 1, 'store', 'default'),
299+
AppArea('frontend'),
300+
Config('dev/template/minify_html', 1, 'store', 'default')
301301
]
302302
public function testWidgetWithMinification()
303303
{

0 commit comments

Comments
 (0)