From 5b520af75a6e22dccec3e1b7b7a47e293a195767 Mon Sep 17 00:00:00 2001 From: jitendrapurohit Date: Tue, 23 Sep 2014 19:04:56 +0530 Subject: [PATCH] Webtest fix --- .../WebTest/Contribute/UpdateBatchPendingContributionTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/phpunit/WebTest/Contribute/UpdateBatchPendingContributionTest.php b/tests/phpunit/WebTest/Contribute/UpdateBatchPendingContributionTest.php index e3e8b77a8d..724e26916a 100644 --- a/tests/phpunit/WebTest/Contribute/UpdateBatchPendingContributionTest.php +++ b/tests/phpunit/WebTest/Contribute/UpdateBatchPendingContributionTest.php @@ -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"); -- 2.25.1