From: Sudha Bisht Date: Mon, 23 Nov 2015 14:17:06 +0000 (+0530) Subject: Fix X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=747e0f8d299fc24c8e7f3f73655e622c4527aa3c;p=civicrm-core.git Fix --- diff --git a/tests/phpunit/WebTest/Event/EventWaitListTest.php b/tests/phpunit/WebTest/Event/EventWaitListTest.php index e357f6d052..1983315198 100644 --- a/tests/phpunit/WebTest/Event/EventWaitListTest.php +++ b/tests/phpunit/WebTest/Event/EventWaitListTest.php @@ -94,8 +94,6 @@ class WebTest_Event_EventWaitListTest extends CiviSeleniumTestCase { $this->waitForElementPresent("_qf_Fee_upload-bottom"); $this->click("CIVICRM_QFID_1_is_monetary"); $this->select2('payment_processor', $processorName, TRUE); - - $this->select("financial_type_id", "Donation"); $this->type("label_1", "Member"); $this->type("value_1", "250.00");