Warning fixes
authorWeb Access <rohan.katkar@webaccessglobal.com>
Mon, 23 Mar 2015 05:15:39 +0000 (10:45 +0530)
committerWeb Access <rohan.katkar@webaccessglobal.com>
Mon, 23 Mar 2015 05:15:39 +0000 (10:45 +0530)
tests/phpunit/WebTest/Event/AdditionalPaymentTest.php

index 3269e0d802819cac6a12a2e5ea512701f02f39ec..34817f998dd35d05fb739604fb4e15b107cffd14 100644 (file)
@@ -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')]");