feat(seeder): update product layout and group layout for Fiesta Futbol Infantil seeder; adjust related test assertions

This commit is contained in:
2026-08-10 15:05:42 -03:00
parent 17f4cb6502
commit 5bfc8b9f70
2 changed files with 6 additions and 2 deletions

View File

@@ -123,8 +123,8 @@ class FiestaFutbolInfantilProductSeeder extends Seeder
'tenant_code' => $tenant->codigo,
'source_type' => FeaturedGroupSource::All,
'category_id' => null,
'product_layout' => ProductLayout::ColumnWithCart,
'group_layout' => GroupLayout::Simple,
'product_layout' => ProductLayout::Row,
'group_layout' => GroupLayout::SimpleVertical,
'group_name' => 'Productos',
'group_order' => 0,
]);