Scenario:
Given user register button on the login page
When the user enters email as "<email>" and password as "<password>" and firstname as "user" and lastname as "new"
And user clicks the register button
Then user should be able to see error message "<errorMessage>" on the error page
When user clicks Previous page button
And the user should be redirected to the register page