Then I should be on "specific page"

Assert that the current path is or is not equal to the specified path.

Step pattern

Then (I |we )*should( not)* be on( the)* "([^"]*)?"( page)*

Examples

Example #1
Then I should be on "/"
Example #2
And I should be on "/user/login"
Example #3
And I should be on "https://un.org"
Example #4
Then we should be on the "/" page
Example #5
And we should be on "/user/login"
Example #6
Then should be on the "/user/reset" page
Example #7
Then I should not be on "/"
Example #8
And I should not be on "/user/login"
Example #9
And I should not be on "https://un.org"
Example #10
And we should not be on the "https://un.org" page