Removed testTinyMCE testcase and fix for webtest failure
[civicrm-core.git] / tests / phpunit / WebTest / Generic / CheckDashboardTest.php
index e5e9fb32d578ccaf3aa2d649a3670997943202ae..d055f3f00ac73689588120c7c703c4a04be778f2 100644 (file)
@@ -149,7 +149,7 @@ class WebTest_Generic_CheckDashboardTest extends CiviSeleniumTestCase {
     }
     else {
       // click 'Delete Activity' link
-      $this->click("//table[@class='contact-activity-selector-dashlet dataTable no-footer']/tbody/tr[1]/td[8]/span//a[text()='Delete']");
+      $this->click("//table[@class='contact-activity-selector-dashlet crm-ajax-table dataTable no-footer']/tbody/tr[1]/td[8]/span//a[text()='Delete']");
     }
     $this->waitForPageToLoad($this->getTimeoutMsec());
     $this->waitForElementPresent("_qf_Activity_next-bottom");