Merge pull request #9601 from civicrm/4.7.15-rc
[civicrm-core.git] / tests / phpunit / WebTest / Event / ChangeParticipantStatus.php
index 01f830db676af10a39cf0d444da378cd73bc0faf..f08d8a173cb43dfd34bbda105d19b273cca3ba71 100644 (file)
@@ -3,7 +3,7 @@
  +--------------------------------------------------------------------+
  | CiviCRM version 4.7                                                |
  +--------------------------------------------------------------------+
- | Copyright CiviCRM LLC (c) 2004-2015                                |
+ | Copyright CiviCRM LLC (c) 2004-2017                                |
  +--------------------------------------------------------------------+
  | This file is a part of CiviCRM.                                    |
  |                                                                    |
@@ -161,7 +161,7 @@ class WebTest_Event_ChangeParticipantStatus extends CiviSeleniumTestCase {
         'Event Source' => 'Event StandaloneAddTest Webtest',
       )
     );
-    $this->verifyText("xpath=//td[text()='Selections']/following-sibling::td//div/div", preg_quote('Event Total: $ 800.00'));
+    $this->verifyText("xpath=//td[text()='Selections']/following-sibling::td//div", preg_quote('Event Total: $ 800.00'));
   }
 
 }