From: Web Access Date: Mon, 23 Mar 2015 05:15:39 +0000 (+0530) Subject: Warning fixes X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=663e94e882e9d5c9a8795d449ea9dbd4161f5edc;p=civicrm-core.git Warning fixes --- diff --git a/tests/phpunit/WebTest/Event/AdditionalPaymentTest.php b/tests/phpunit/WebTest/Event/AdditionalPaymentTest.php index 3269e0d802..34817f998d 100644 --- a/tests/phpunit/WebTest/Event/AdditionalPaymentTest.php +++ b/tests/phpunit/WebTest/Event/AdditionalPaymentTest.php @@ -127,7 +127,7 @@ class WebTest_Event_AdditionalPaymentTest extends CiviSeleniumTestCase { $this->_checkPaymentInfoTable(800.00, 400.00); $balance = 800.00 - 400.00; //click through to the contribution view screen - $this-> waitForElementPresent("xpath=id('ParticipantView')/div[2]/table[@class='selector row-highlight']/tbody/tr[1]/td[8]/span/a[text()='View']"); + $this->waitForElementPresent("xpath=id('ParticipantView')/div[2]/table[@class='selector row-highlight']/tbody/tr[1]/td[8]/span/a[text()='View']"); $this->click("xpath=id('ParticipantView')/div[2]/table[@class='selector row-highlight']/tbody/tr[1]/td[8]/span/a[text()='View']"); $this->waitForElementPresent("xpath=//button//span[contains(text(),'Done')]");