remove newline

This commit is contained in:
Steffen Mahler 2020-05-01 10:13:38 +02:00
parent 1caa039fcd
commit ad4e517291
1 changed files with 0 additions and 1 deletions

View File

@ -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,