From 3b9b4a049eebde483c174c00a7823d406cf03434 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Mon, 6 Jun 2016 21:59:27 +0300 Subject: [PATCH] Fix for online payment test --- tests/acceptance/OnlinePaymentCest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/acceptance/OnlinePaymentCest.php b/tests/acceptance/OnlinePaymentCest.php index 4621fecb7bb8..eee255cc5d4c 100644 --- a/tests/acceptance/OnlinePaymentCest.php +++ b/tests/acceptance/OnlinePaymentCest.php @@ -29,7 +29,6 @@ class OnlinePaymentCest $I->fillField(['name' =>'23_apiKey'], env('stripe_secret_key') ?: Fixtures::get('stripe_secret_key')); // Fails to load StripeJS causing "ReferenceError: Can't find variable: Stripe" //$I->fillField(['name' =>'stripe_publishable_key'], env('stripe_secret_key') ?: Fixtures::get('stripe_publishable_key')); - $I->selectOption('#token_billing_type_id', 4); $I->click('Save'); $I->see('Successfully created gateway'); }