Merge pull request #2003 from lcdservices/CRM-13781
[civicrm-core.git] / tests / phpunit / WebTest / Case / CaseDashboardTest.php
index 7f6f7ab00a5d6437cbf757c5590dc3ffc65e9408..dce579ae6f62af3aba6eae7ff07dbb271b7c2a68 100644 (file)
@@ -50,7 +50,7 @@ class WebTest_Case_CaseDashboardTest extends CiviSeleniumTestCase {
     // Should default to My Cases
     $this->assertTrue($this->isChecked("name=allupcoming value=0"), 'Case dashboard should default to My Cases.');
     // The header text of the table changes too
-    $this->assertElementContainsText('crm-container', "Summary of Case Involvement");
+    $this->assertElementContainsText('crm-container', "Summary of Involvement");
 
     $this->clickLink("name=allupcoming value=1", "css=a.button");