remove newline
This commit is contained in:
parent
1caa039fcd
commit
ad4e517291
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue