From 66903cab2514d8e78d21b6790ac49e5f5272ca5e Mon Sep 17 00:00:00 2001 From: Atif Shaikh Date: Mon, 5 May 2014 20:27:04 +0530 Subject: [PATCH] WebtestFix Further Enhancements --- tests/phpunit/WebTest/Event/AdditionalPaymentTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'); } - } + -- 2.25.1