CRM-17512 Webtest fix
authorJKingsnorth <john@johnkingsnorth.co.uk>
Fri, 6 Nov 2015 10:11:57 +0000 (10:11 +0000)
committerJKingsnorth <john@johnkingsnorth.co.uk>
Fri, 6 Nov 2015 10:11:57 +0000 (10:11 +0000)
tests/phpunit/WebTest/Event/PricesetMaxCountTest.php

index 4d965f383a429abf0019a13196827d65751c14b6..e8c8ef3785e649bd188ffb0be4c1909124e9931f 100644 (file)
@@ -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');