Sha256: b5dcaac3d4bc0053c71ea341b565552e87d52c2c10ca7eb15ad8f3989e4e49e6

Contents?: true

Size: 624 Bytes

Versions: 1

Compression:

Stored size: 624 Bytes

Contents

Feature: Visit site
  To find out how systems are performing
  A user
  Must be able to visualise the data

  Scenario: List profiles
    When I go to /profiles
    Then I should see a list of profiles sorted alphabetically

  Scenario: Show profile
    When I go to /profiles
    And I visit the first profile
    Then I should see a profile heading
    And I should see "Back to profiles"

  Scenario: Navigate profiles
    When I go to /profiles
    And I visit the first profile
    Then I should see a profile heading
    When I follow "back to profiles"
    Then I should see a list of profiles sorted alphabetically

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
visage-app-2.1.0 features/profiles.feature