When I go to the homepage

The step definition indicates that the user is navigating to the website's homepage being tested.

 

When (I go |I navigate |we go |we navigate |navigating )?to( the)* (homepage|frontpage)

The implementation details may vary depending on the testing framework being tested. For web applications, it might involve clicking a link or button, entering a specific URL, or using a predefined navigation command.

 

Examples to use:

When I go to homepage
When I go to the homepage
When I navigate to the homepage
When navigating to the homepage
When navigating to homepage
When navigating to the frontpage
When we go to the homepage
When we navigate to the homepage