much cleaner fix --filter=testEventDashboard WebTest_Generic_GeneralClickAroundTest
authorkurund <kurund@civicrm.org>
Wed, 14 Aug 2013 05:40:33 +0000 (11:10 +0530)
committerkurund <kurund@civicrm.org>
Wed, 14 Aug 2013 06:15:30 +0000 (11:45 +0530)
tests/phpunit/WebTest/Generic/GeneralClickAroundTest.php

index bc3aecdebc90375a6a5e686e4738026a98a41ee2..2f2870fe0313d529059c7f766dfd8a1af3c520ad 100644 (file)
@@ -130,7 +130,6 @@ class WebTest_Generic_GeneralClickAroundTest extends CiviSeleniumTestCase {
     $this->waitForPageToLoad($this->getTimeoutMsec());
 
     $this->assertTextPresent("Event Summary");
-    $this->assertTextPresent("Fall Fundraiser Dinner");
     $this->assertTextPresent("Counted:");
     $this->assertTextPresent("Not Counted:");
     $this->assertTextPresent("Not Counted Due To Status:");
@@ -141,6 +140,7 @@ class WebTest_Generic_GeneralClickAroundTest extends CiviSeleniumTestCase {
     $this->assertTextPresent("Cancelled:");
     $this->assertTextPresent("Recent Registrations");
     $this->assertTextPresent("Find more event participants...");
+    $this->assertTextPresent("Configure");
   }
 
   function testMembershipsDashboard() {