Merge pull request #8470 from ankitjain28may/master
[civicrm-core.git] / tests / phpunit / WebTest / Member / BatchUpdateViaProfileTest.php
index 5fe838d38f71cd8285aa9d7b13e7d51f94b45ed7..31c726234d478c01ca912fc95fe9b9f67437cbb3 100644 (file)
@@ -3,7 +3,7 @@
  +--------------------------------------------------------------------+
  | CiviCRM version 4.7                                                |
  +--------------------------------------------------------------------+
- | Copyright CiviCRM LLC (c) 2004-2015                                |
+ | Copyright CiviCRM LLC (c) 2004-2016                                |
  +--------------------------------------------------------------------+
  | This file is a part of CiviCRM.                                    |
  |                                                                    |
@@ -100,11 +100,11 @@ class WebTest_Member_BatchUpdateViaProfileTest extends CiviSeleniumTestCase {
     $this->type('sort_name', $lastName);
     $this->click('_qf_Search_refresh');
 
-    // Batch Update Via Profile
+    // Update multiple memberships
     $this->waitForElementPresent("xpath=//div[@id='search-status']/table/tbody/tr[2]/td[2]/input");
     $this->click("xpath=//div[@id='search-status']/table/tbody/tr[2]/td[2]/input");
     //$this->click('CIVICRM_QFID_ts_all_10');
-    $this->select('task', "label=Batch Update Members Via Profile");
+    $this->select('task', "label=Update multiple memberships");
     $this->waitForElementPresent('_qf_PickProfile_back-bottom');
     $this->waitForElementPresent('uf_group_id');
     $this->select('uf_group_id', "label={$profileTitle}");