Sha256: b91c81fe9b79fdb6dc3cf92b7350e81c44954038c25d1534f4059f6bd915ed78

Contents?: true

Size: 773 Bytes

Versions: 18

Compression:

Stored size: 773 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
    When I follow "created"
    Then I should see a list of profiles
    When I follow "name"
    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 list of graphs
    And I should see a profile heading

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

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
visage-app-2.0.5 features/profiles.feature
visage-app-2.0.4 features/profiles.feature
visage-app-2.0.2 features/profiles.feature
visage-app-2.0.0 features/profiles.feature
visage-app-1.0.0 features/profiles.feature
visage-app-0.9.6 features/profiles.feature
visage-app-0.9.5 features/profiles.feature
visage-app-0.9.4 features/profiles.feature
visage-app-0.9.3 features/profiles.feature
visage-app-0.9.2 features/profiles.feature
visage-app-0.9.1 features/profiles.feature
visage-app-0.9.0.pre2 features/profiles.feature
visage-app-0.9.0 features/profiles.feature
visage-app-0.9.0.pre1 features/profiles.feature
visage-app-0.3.3 features/profiles.feature
visage-app-0.3.2 features/profiles.feature
visage-app-0.3.1 features/profiles.feature
visage-app-0.3.0 features/profiles.feature