# Home ```gherkin= Feature: Homepage In order to view the Neptune Bank homepage As a user I want to navigate to the homepage Scenario: User clicks the Home link Given the user is not on the Homeppage When the user clicks the Home link Then the user is shown the homepage Scenario: User clicks the Neptune Bank link in the top left Given the user is not on the Homeppage When the user clicks the Neptune Bank link in the top left Then the user is shown the homepage ```