This step definition is used to be sure that the current page is the specific page.
Then (I|we)* should be on "([^"]*)?"
Example (1):
Then I should be on "/"
Example (2):
Then we should be on "/user/login"
Example (3):
Then I should be on "http://google.com"