Sha256: 1e86c85b0d1ee1be1dd37f1fee07840840a025f08105470deffd5d3688023bb6
Contents?: true
Size: 487 Bytes
Versions: 19
Compression:
Stored size: 487 Bytes
Contents
<%- if web? -%> Feature: Login Page Scenario: A user can login Given I'm a registered user on the login page When I login with my credentials <%- if axe? -%> Then the page should be axe clean <%- else -%> Then I'm logged in <% end -%> <%- else -%> Feature: Home Page Scenario: A user can go to the product details page Given I'm an anonymous user on the home page When I select one of the products Then I'm redirected to the product details page <%- end %>
Version data entries
19 entries across 19 versions & 1 rubygems