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 homepageWhen I go to the homepageWhen I navigate to the homepageWhen navigating to the homepageWhen navigating to homepageWhen navigating to the frontpageWhen we go to the homepageWhen we navigate to the homepage