X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=tests%2Fphpunit%2FWebTest%2FCase%2FCaseDashboardTest.php;h=dce579ae6f62af3aba6eae7ff07dbb271b7c2a68;hb=380cdc11d40d3c4edd50477a0b12a1161b4b9116;hp=7f6f7ab00a5d6437cbf757c5590dc3ffc65e9408;hpb=adc13f865ee7ced5d485e801528f2481fb6da0b0;p=civicrm-core.git diff --git a/tests/phpunit/WebTest/Case/CaseDashboardTest.php b/tests/phpunit/WebTest/Case/CaseDashboardTest.php index 7f6f7ab00a..dce579ae6f 100644 --- a/tests/phpunit/WebTest/Case/CaseDashboardTest.php +++ b/tests/phpunit/WebTest/Case/CaseDashboardTest.php @@ -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");