From a25af9cedc4796a32b1d55d1b2b10e4241f18e6e Mon Sep 17 00:00:00 2001 From: kurund Date: Wed, 14 Aug 2013 11:31:32 +0530 Subject: [PATCH] fixed timeouts WebTest_Profile_BatchUpdateTest --- tests/phpunit/WebTest/Profile/BatchUpdateTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/phpunit/WebTest/Profile/BatchUpdateTest.php b/tests/phpunit/WebTest/Profile/BatchUpdateTest.php index c1044e2b1c..d2461ba7c4 100644 --- a/tests/phpunit/WebTest/Profile/BatchUpdateTest.php +++ b/tests/phpunit/WebTest/Profile/BatchUpdateTest.php @@ -397,7 +397,7 @@ class WebTest_Profile_BatchUpdateTest extends CiviSeleniumTestCase { $this->click('_qf_Results_upload_done-bottom'); $this->waitForPageToLoad($this->getTimeoutMsec()); - //Reserve and interview responsedents + //Reserve and interview respondents $this->openCiviPage('campaign', 'reset=1&subPage=survey'); $this->waitForElementPresent("xpath=//table[@id='surveys']/tbody//tr/td[2]/a[text()='{$surveyTitle}']/../following-sibling::td[@class='crm-campaign-voterLinks']/span/ul/li/a"); $this->click("xpath=//table[@id='surveys']/tbody//tr/td[2]/a[text()='{$surveyTitle}']/../following-sibling::td[@class='crm-campaign-voterLinks']/span/ul/li/a"); @@ -407,7 +407,7 @@ class WebTest_Profile_BatchUpdateTest extends CiviSeleniumTestCase { $this->type('sort_name', $lastName); $this->waitForElementPresent('_qf_Search_refresh'); $this->clickLink('_qf_Search_refresh', 'Go'); - $this->click('CIVICRM_QFID_ts_all_4'); + $this->click('toggleSelect'); $this->click('Go'); $this->waitForElementPresent('_qf_Reserve_next_reserveToInterview-top'); $this->clickLink('_qf_Reserve_next_reserveToInterview-top', '_qf_Interview_cancel_interview'); -- 2.25.1