From: Atif Shaikh Date: Mon, 5 May 2014 14:57:04 +0000 (+0530) Subject: WebtestFix Further Enhancements X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=66903cab2514d8e78d21b6790ac49e5f5272ca5e;p=civicrm-core.git WebtestFix Further Enhancements --- diff --git a/tests/phpunit/WebTest/Event/AdditionalPaymentTest.php b/tests/phpunit/WebTest/Event/AdditionalPaymentTest.php index 8e3edfb413..a24e6df1ca 100644 --- a/tests/phpunit/WebTest/Event/AdditionalPaymentTest.php +++ b/tests/phpunit/WebTest/Event/AdditionalPaymentTest.php @@ -219,5 +219,5 @@ class WebTest_Event_AdditionalPaymentTest extends CiviSeleniumTestCase { $this->assertElementContainsText("xpath=//td[@id='payment-info']/table[@id='info']/tbody/tr[2]/td", "$ {$feeAmt}", 'Missing text: appropriate fee amount'); $this->assertElementContainsText("xpath=//td[@id='payment-info']/table[@id='info']/tbody/tr[2]/td[2]", "$ {$amtPaid}", 'Missing text: appropriate fee amount'); } - } +