@javascript @jeff Feature: access to the account's page from a list In order to see an account As a logged in user I need to open an account's page from a list Background: Given I am logged in user And I go to "/" Scenario Outline: Given I see a list of accounts, including the account "" When I follow "" Then I should be on the Account's page And the displayed account must have the reference "" Examples: | reference | | GC75-00348 | | GC92-04125 |