Assert that the current page is or is not the homepage.
Step pattern
Then (I |we )*should( not)* be on( the)* (homepage|frontpage)Examples
Example #1
Then I should be on homepageExample #2
And I should be on the homepageExample #3
Then I should be on frontpageExample #4
And should be on the homepageExample #5
Then should be on homepageExample #6
And we should be on homepageExample #7
Then should be on frontpageExample #8
And we should be on the homepageExample #9
Then I should not be on homepageExample #10
And I should not be on the homepage