From: JKingsnorth Date: Fri, 6 Nov 2015 10:11:57 +0000 (+0000) Subject: CRM-17512 Webtest fix X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=7159048dde18eb78c8b58a94399acc717c8e2822;p=civicrm-core.git CRM-17512 Webtest fix --- diff --git a/tests/phpunit/WebTest/Event/PricesetMaxCountTest.php b/tests/phpunit/WebTest/Event/PricesetMaxCountTest.php index 4d965f383a..e8c8ef3785 100644 --- a/tests/phpunit/WebTest/Event/PricesetMaxCountTest.php +++ b/tests/phpunit/WebTest/Event/PricesetMaxCountTest.php @@ -205,7 +205,7 @@ class WebTest_Event_PricesetMaxCountTest extends CiviSeleniumTestCase { // fill billing related info and register $this->_fillRegisterWithBillingInfo(); - $this->assertStringsPresent(array('Sorry, currently only a single seat is available for this option.')); + $this->assertStringsPresent(array('Sorry, currently only a single space is available for this option.')); // fill correct value for test field $this->type("xpath=//input[@id='price_{$textFieldId}']", '1');