Skip to content
Snippets Groups Projects
Commit 699e3485 authored by Kurund Jalmi's avatar Kurund Jalmi
Browse files

much cleaner fix --filter=testEventDashboard WebTest_Generic_GeneralClickAroundTest

parent dce00160
No related branches found
No related tags found
No related merge requests found
......@@ -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() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment