Web Test Fix
[civicrm-core.git] / tests / phpunit / WebTest / Admin / MoveCustomDataTest.php
index 5fb6bd3a475ab5e0c9ad03ae533ac8f12dd2071c..b80bd1dc58c2d1b7a9b2129b904963775b68e988 100644 (file)
@@ -339,7 +339,7 @@ class WebTest_Admin_MoveCustomDataTest extends CiviSeleniumTestCase {
     $this->waitForPageToLoad($this->getTimeoutMsec());
 
     //Is custom field created?
-    $this->waitForText('crm-notification-container', "Your custom field '$fieldLabel' has been saved.");
+    $this->waitForText('crm-notification-container', "Custom field '$fieldLabel' has been saved.");
 
     //get the custom id of the custom field that was just created
     $results = $this->webtest_civicrm_api("CustomField", "get", array('label' => $fieldLabel, 'custom_group_id' => $group_id));