@@ -46,7 +46,7 @@ |
||
| 46 | 46 | |
| 47 | 47 | $this->webDriver->byId('ccsave_cc_owner')->clear(); |
| 48 | 48 | $this->webDriver->byId('ccsave_cc_owner')->sendKeys( |
| 49 | - $this->customer->getBillingFirstName() . ' ' . $this->customer->getBillingLastName() |
|
| 49 | + $this->customer->getBillingFirstName().' '.$this->customer->getBillingLastName() |
|
| 50 | 50 | ); |
| 51 | 51 | |
| 52 | 52 | $select = new WebDriverSelect($this->webDriver->byId('ccsave_cc_type')); |