// fill billing related info
$this->_fillRegisterWithBillingInfo();
- $this->assertStringsPresent(array('Sorry, currently only 2 seats are available for this option.'));
+ $this->assertStringsPresent(array('Sorry, currently only 2 spaces are available for this option.'));
// fill correct value for text field
$this->type("xpath=//input[@id='price_{$textFieldId}']", '1');
// fill billing related info
$this->_fillRegisterWithBillingInfo();
- $this->assertStringsPresent(array('Sorry, currently only 4 seats are available for this option.'));
+ $this->assertStringsPresent(array('Sorry, currently only 4 spaces are available for this option.'));
$this->select("price_{$selectFieldId}", "value={$selectFieldOp1}");
// fill billing related info and register
$this->_fillRegisterWithBillingInfo();
- $this->assertStringsPresent(array('Sorry, currently only 2 seats are available for this option.'));
+ $this->assertStringsPresent(array('Sorry, currently only 2 spaces are available for this option.'));
// fill correct value and register
$this->type("xpath=//input[@id='price_{$textFieldId}']", '1');
// fill billing related info
$this->_fillRegisterWithBillingInfo();
- $this->assertStringsPresent(array('Sorry, currently only 6 seats are available for this option.'));
+ $this->assertStringsPresent(array('Sorry, currently only 6 spaces are available for this option.'));
// fill correct value for text field
$this->type("xpath=//input[@id='price_{$textFieldId}']", '1');
$this->click('_qf_Participant_1_next-Array');
$this->waitForPageToLoad($this->getTimeoutMsec());
- $this->assertStringsPresent(array('Sorry, currently only 6 seats are available for this option.'));
+ $this->assertStringsPresent(array('Sorry, currently only 6 spaces are available for this option.'));
// fill correct value for text field
$this->type("xpath=//input[@id='price_{$textFieldId}']", '3');
$this->click('_qf_Participant_2_next-Array');
$this->waitForPageToLoad($this->getTimeoutMsec());
- $this->assertStringsPresent(array('Sorry, currently only 6 seats are available for this option.'));
+ $this->assertStringsPresent(array('Sorry, currently only 6 spaces are available for this option.'));
// fill correct value for text field
$this->type("xpath=//input[@id='price_{$textFieldId}']", '1');
// fill billing related info
$this->_fillRegisterWithBillingInfo();
- $this->assertStringsPresent(array('Sorry, currently only 2 seats are available for this option.'));
+ $this->assertStringsPresent(array('Sorry, currently only 2 spaces are available for this option.'));
// fill correct value for text field
$this->type("xpath=//input[@id='price_{$textFieldId}']", '1');
$this->click('_qf_Participant_1_next-Array');
$this->waitForPageToLoad($this->getTimeoutMsec());
- $this->assertStringsPresent(array('Sorry, currently only 2 seats are available for this option.'));
+ $this->assertStringsPresent(array('Sorry, currently only 2 spaces are available for this option.'));
// fill correct value for text field
$this->type("xpath=//input[@id='price_{$textFieldId}']", '1');
// fill billing related info
$this->_fillRegisterWithBillingInfo();
- $this->assertStringsPresent(array('Sorry, currently only 12 seats are available for this option.'));
+ $this->assertStringsPresent(array('Sorry, currently only 12 spaces are available for this option.'));
// fill correct value for text field
$this->type("xpath=//input[@id='price_{$textFieldId}']", '1');
$this->click('_qf_Participant_1_next-Array');
$this->waitForPageToLoad($this->getTimeoutMsec());
- $this->assertStringsPresent(array('Sorry, currently only 12 seats are available for this option.'));
+ $this->assertStringsPresent(array('Sorry, currently only 12 spaces are available for this option.'));
// fill correct value for text field
$this->type("xpath=//input[@id='price_{$textFieldId}']", '3');
$this->click('_qf_Participant_2_next-Array');
$this->waitForPageToLoad($this->getTimeoutMsec());
- $this->assertStringsPresent(array('Sorry, currently only 12 seats are available for this option.'));
+ $this->assertStringsPresent(array('Sorry, currently only 12 spaces are available for this option.'));
// fill correct value for text field
$this->type("xpath=//input[@id='price_{$textFieldId}']", '1');
// fill billing related info
$this->_fillRegisterWithBillingInfo();
- $this->assertStringsPresent(array('Sorry, currently only 4 seats are available for this option.'));
+ $this->assertStringsPresent(array('Sorry, currently only 4 spaces are available for this option.'));
// fill correct value for text field
$this->type("xpath=//input[@id='price_{$textFieldId}']", '1');
$this->click('_qf_Participant_1_next-Array');
$this->waitForPageToLoad($this->getTimeoutMsec());
- $this->assertStringsPresent(array('Sorry, currently only 4 seats are available for this option.'));
+ $this->assertStringsPresent(array('Sorry, currently only 4 spaces are available for this option.'));
// fill correct value for text field
$this->type("xpath=//input[@id='price_{$textFieldId}']", '1');