Scenario:
Given the user is on the login page
When the user enters email as "<wrongEmail>" and password as "<password>"
And clicks the login button
Then the user should be able to see error message "<errorMessage>" on the error page
When clicks Previous page button
And the user should be directed to the login page