diff --git a/tests/functional/Shop/GuestCheckoutCest.php b/tests/functional/Shop/GuestCheckoutCest.php index 096760e09..5a69f08f7 100644 --- a/tests/functional/Shop/GuestCheckoutCest.php +++ b/tests/functional/Shop/GuestCheckoutCest.php @@ -59,7 +59,6 @@ class GuestCheckoutCest $I->assertEquals($example['globalConfig'], core()->getConfigData('catalog.products.guest-checkout.allow-guest-checkout')); $I->amOnRoute('shop.home.index'); - $I->sendAjaxPostRequest('/checkout/cart/add/' . $product->id, [ '_token' => session('_token'), 'product_id' => $product->id,