From 7c303e514f0320e6dc701555c226684cdff22fd4 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Wed, 13 Jul 2016 20:16:45 +0300 Subject: [PATCH] Temp fix for automated test --- tests/acceptance/OnlinePaymentCest.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/acceptance/OnlinePaymentCest.php b/tests/acceptance/OnlinePaymentCest.php index 0a69a6942f01..e56b9921d669 100644 --- a/tests/acceptance/OnlinePaymentCest.php +++ b/tests/acceptance/OnlinePaymentCest.php @@ -91,7 +91,8 @@ class OnlinePaymentCest // create recurring invoice and auto-bill $I->amOnPage('/recurring_invoices/create'); - $I->selectDropdown($I, $clientEmail, '.client_select .dropdown-toggle'); + //$I->selectDropdown($I, $clientEmail, '.client_select .dropdown-toggle'); + $I->selectDropdown($I, 'Test Test', '.client_select .dropdown-toggle'); $I->fillField('table.invoice-table tbody tr:nth-child(1) #product_key', $productKey); $I->click('table.invoice-table tbody tr:nth-child(1) .tt-selectable'); $I->selectOption('#auto_bill', 3);