@@ -45,7 +45,7 @@ |
||
45 | 45 | $passwordElement = $this->webdriver->byXpath($this->theme->getRegisterPasswordXpath()); |
46 | 46 | $confirmElement = $this->webdriver->byXpath($this->theme->getRegisterConfirmPasswordXpath()); |
47 | 47 | $submitElement = $this->webdriver->byXpath($this->theme->getRegisterSubmitXpath()); |
48 | - $registerElement = $this->webdriver->byXpath($this->theme->getRegisterNewsletterXpath()); |
|
48 | + $registerElement = $this->webdriver->byXpath($this->theme->getRegisterNewsletterXpath()); |
|
49 | 49 | |
50 | 50 | $firstnameElement->sendKeys($this->customerIdentity->getFirstName()); |
51 | 51 | $lastnameElement->sendKeys($this->customerIdentity->getLastName()); |
@@ -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')); |