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