@@ -42,7 +42,7 @@ |
||
42 | 42 | |
43 | 43 | $this->form->execute($registerForNewsletter); |
44 | 44 | |
45 | - $submitElement = $this->webdriver->byXpath($this->theme->getRegisterSubmitXpath()); |
|
45 | + $submitElement = $this->webdriver->byXpath($this->theme->getRegisterSubmitXpath()); |
|
46 | 46 | |
47 | 47 | $submitElement->click(); |
48 | 48 |
@@ -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')); |