feat: enable full cart editing for Desfile tenant and update related tests

This commit is contained in:
2026-08-20 15:12:20 -03:00
parent 1776cfe581
commit ae6149df84
6 changed files with 68 additions and 12 deletions

View File

@@ -63,6 +63,7 @@ class CartControllerTest extends TestCase
$this->assertTrue($guestTokenCookie->isSecure());
$this->assertTrue($guestTokenCookie->isHttpOnly());
$this->assertSame('none', $guestTokenCookie->getSameSite());
$this->assertTrue($guestTokenCookie->isPartitioned());
$this->assertDatabaseHas('carrito_items', [
'catalog_item_id' => $item->id,