From ad4e517291fc35efd77f4ccf9b92c667a247fc86 Mon Sep 17 00:00:00 2001 From: Steffen Mahler Date: Fri, 1 May 2020 10:13:38 +0200 Subject: [PATCH] remove newline --- tests/functional/Shop/GuestCheckoutCest.php | 1 - 1 file changed, 1 deletion(-) 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,