Webtest fix
[civicrm-core.git] / tests / phpunit / WebTest / Contribute / UpdateBatchPendingContributionTest.php
index e3e8b77a8d665120e577cfcd9b501f699ec892f2..724e26916a254d5cbe3335e0a7de03cc237f2b0e 100644 (file)
@@ -43,7 +43,7 @@ class WebTest_Contribute_UpdateBatchPendingContributionTest extends CiviSelenium
 
     $this->openCiviPage("contribute/search", "reset=1", "contribution_date_low");
 
-    $this->type("sort_name", "Contributor");
+    $this->type("sort_name", "Individual");
     $this->click('contribution_status_id_2');
     $this->clickLink("_qf_Search_refresh");
 
@@ -58,7 +58,7 @@ class WebTest_Contribute_UpdateBatchPendingContributionTest extends CiviSelenium
 
     $this->waitForElementPresent("contribution_date_low");
 
-    $this->type("sort_name", "Contributor");
+    $this->type("sort_name", "Individual");
     $this->click('contribution_status_id_1');
     $this->click("_qf_Search_refresh");