From 7159048dde18eb78c8b58a94399acc717c8e2822 Mon Sep 17 00:00:00 2001 From: JKingsnorth Date: Fri, 6 Nov 2015 10:11:57 +0000 Subject: [PATCH] CRM-17512 Webtest fix --- tests/phpunit/WebTest/Event/PricesetMaxCountTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'); -- 2.25.1