Merge pull request #9566 from totten/master-19690-layout
[civicrm-core.git] / tests / phpunit / WebTest / Contact / TaskActionSendMassMailing.php
index 211bca5f94ad7f4c6e6f1120f916c5a58aa0b1b1..ee3fe189fd8d6ae840d4ae01aef05c13b3acef8b 100644 (file)
@@ -3,7 +3,7 @@
  +--------------------------------------------------------------------+
  | CiviCRM version 4.7                                                |
  +--------------------------------------------------------------------+
- | Copyright CiviCRM LLC (c) 2004-2015                                |
+ | Copyright CiviCRM LLC (c) 2004-2017                                |
  +--------------------------------------------------------------------+
  | This file is a part of CiviCRM.                                    |
  |                                                                    |
@@ -52,7 +52,7 @@ class WebTest_Contact_TaskActionSendMassMailing extends CiviSeleniumTestCase {
     // Click "check all" box and act on "Add to group" action
     $this->click("//form[@id='Advanced']/div[3]/div/div[2]/table/thead/tr/th[1]/input");
     $this->waitForText('search-status', "50 Selected records only");
-    $this->select("task", "label=Schedule/Send a Mass Mailing");
+    $this->select("task", "label=Email - schedule/send via CiviMail");
     $this->clickLink("Go");
 
     //-------select recipients----------