From e8d60eb0c426806cb9ca6f1f11789d9a20eaeaf8 Mon Sep 17 00:00:00 2001 From: Atif Shaikh Date: Mon, 5 May 2014 20:23:30 +0530 Subject: [PATCH] WebTestFix Further Changes --- tests/phpunit/WebTest/Event/AdditionalPaymentTest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/phpunit/WebTest/Event/AdditionalPaymentTest.php b/tests/phpunit/WebTest/Event/AdditionalPaymentTest.php index efaf0d854b..8e3edfb413 100644 --- a/tests/phpunit/WebTest/Event/AdditionalPaymentTest.php +++ b/tests/phpunit/WebTest/Event/AdditionalPaymentTest.php @@ -219,4 +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