From 2111a1746565326243d7748d23c6b31c71a361dd Mon Sep 17 00:00:00 2001 From: Rohan Katkar Date: Fri, 10 Oct 2014 18:31:30 +0530 Subject: [PATCH] webtest fix --- tests/phpunit/WebTest/Event/ParticipantCountTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/phpunit/WebTest/Event/ParticipantCountTest.php b/tests/phpunit/WebTest/Event/ParticipantCountTest.php index ff8224d3e9..2e7a16d6ee 100644 --- a/tests/phpunit/WebTest/Event/ParticipantCountTest.php +++ b/tests/phpunit/WebTest/Event/ParticipantCountTest.php @@ -106,7 +106,7 @@ class WebTest_Event_ParticipantCountTest extends CiviSeleniumTestCase { $this->waitForPageToLoad($this->getTimeoutMsec()); // verify number of registered participants - $this->assertTrue($this->isTextPresent('2 Result')); + $this->assertTrue($this->isTextPresent('2 Results')); } function testParticipantCountWithPriceset() { @@ -290,7 +290,7 @@ class WebTest_Event_ParticipantCountTest extends CiviSeleniumTestCase { $this->waitForPageToLoad($this->getTimeoutMsec()); // verify number of participants records and total participant count - $this->assertStringsPresent(array('2 Result', 'Actual participant count : 24')); + $this->assertStringsPresent(array('2 Results', 'Actual participant count : 24')); // CRM-7953, check custom search Price Set Details for Event // Participants -- 2.25.1