This step definition is used to be sure that the current page is the specific page.
Then (I |we )*should be on( the)* "([^"]*)?"( page)*
Examples:
Then I should be on "/"Then I should be on "/user/login"Then I should be on "https://un.org"Then we should be on the "/" pageThen we should be on "/user/login"Then we should be on "https://google.com"Then should be on the "/user/reset" pageThen we should be on "https://x.com"