From 1ab787f10ccdd677c6fdfba524f7d2e8cff8a240 Mon Sep 17 00:00:00 2001 From: Pratik Joshi Date: Thu, 14 Mar 2013 18:41:42 +0530 Subject: [PATCH] minor webtest fix --- tests/phpunit/WebTest/Generic/CheckDashboardTest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/phpunit/WebTest/Generic/CheckDashboardTest.php b/tests/phpunit/WebTest/Generic/CheckDashboardTest.php index 72937968aa..a472c00d80 100644 --- a/tests/phpunit/WebTest/Generic/CheckDashboardTest.php +++ b/tests/phpunit/WebTest/Generic/CheckDashboardTest.php @@ -67,6 +67,7 @@ class WebTest_Generic_CheckDashboardTest extends CiviSeleniumTestCase { $this->waitForTextPresent("$widgetTitle"); // click Full Screen icon and test full screen container + $this->waitForElementPresent("css=li#widget-2 a.fullscreen-icon"); $this->click("css=li#widget-2 a.fullscreen-icon"); $this->waitForElementPresent("ui-id-1"); $this->assertTrue($this->isTextPresent($widgetTitle)); -- 2.25.1