Merge pull request #475 from ravishnair/webtest-fix
[civicrm-core.git] / tests / phpunit / WebTest / Report / DonarReportTest.php
index 316cda0fbc56d665719673b896a8d85c7d53c677..759e7f7ffcfa71478a922d09b1d0782d0c30f393 100644 (file)
@@ -24,7 +24,6 @@
  +--------------------------------------------------------------------+
 */
 
-
 require_once 'CiviTest/CiviSeleniumTestCase.php';
 class WebTest_Report_DonarReportTest extends CiviSeleniumTestCase {
 
@@ -33,21 +32,11 @@ class WebTest_Report_DonarReportTest extends CiviSeleniumTestCase {
   }
 
   function testDonarReportPager() {
-    // This is the path where our testing install resides.
-    // The rest of URL is defined in CiviSeleniumTestCase base class, in
-    // class attributes.
-    $this->open($this->sboxPath);
-
-    // Logging in. Remember to wait for page to load. In most cases,
-    // you can rely on 30000 as the value that allows your test to pass, however,
-    // sometimes your test might fail because of this. In such cases, it's better to pick one element
-    // somewhere at the end of page and use waitForElementPresent on it - this assures you, that whole
-    // page contents loaded and you can continue your test execution.
     $this->webtestLogin();
 
     // now create new donar detail report instance
     $this->openCiviPage('report/contribute/detail', 'reset=1', '_qf_Detail_submit');
-    
+
     // preview result
     $this->click("_qf_Detail_submit");
     $this->waitForPageToLoad($this->getTimeoutMsec());
@@ -112,4 +101,4 @@ class WebTest_Report_DonarReportTest extends CiviSeleniumTestCase {
     // check if criteria still exits
     $this->assertElementContainsText('css=table.statistics-table', "Is greater than or equal to 10", "Criteria is not selected");
   }
-}
\ No newline at end of file
+}