X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=tests%2Fphpunit%2FWebTest%2FContact%2FTaskActionAddToGroupTest.php;h=1a10884311422ccbda0d077e0c22d546e80b462e;hb=7f82e636096fd2c19d51253f58600f238a5ee3dd;hp=657199e8758924a226634c533435bba677234ef1;hpb=839ce23ccd4a801e330876d92cccff7a29c666d5;p=civicrm-core.git diff --git a/tests/phpunit/WebTest/Contact/TaskActionAddToGroupTest.php b/tests/phpunit/WebTest/Contact/TaskActionAddToGroupTest.php index 657199e875..1a10884311 100644 --- a/tests/phpunit/WebTest/Contact/TaskActionAddToGroupTest.php +++ b/tests/phpunit/WebTest/Contact/TaskActionAddToGroupTest.php @@ -73,7 +73,7 @@ class WebTest_Contact_TaskActionAddToGroupTest extends CiviSeleniumTestCase { // Click "check all" box and act on "Add to group" action $this->click('toggleSelect'); $this->waitForText("xpath=//input[@value='ts_sel']/following-sibling::label/span", '2'); - $this->select("task", "label=Add Contacts to Group"); + $this->select("task", "label=Group - add contacts"); $this->waitForPageToLoad($this->getTimeoutMsec()); // Select the new group and click to add @@ -120,7 +120,7 @@ class WebTest_Contact_TaskActionAddToGroupTest extends CiviSeleniumTestCase { $this->waitForText("xpath=//div[@class='crm-content-block']/div/div[2]/div/span[2]/a", "Next >"); $this->click("toggleSelect"); $this->waitForText("xpath=//input[@value='ts_sel']/following-sibling::label/span", '50'); - $this->select("task", "label=Add Contacts to Group"); + $this->select("task", "label=Group - add contacts"); $this->waitForPageToLoad($this->getTimeoutMsec()); // Select the new group and click to add