Sha256: 6dcef6ded3bfa6906b93ab89b84e075352495d7e433b4c37ceb750d72bacc225

Contents?: true

Size: 790 Bytes

Versions: 8

Compression:

Stored size: 790 Bytes

Contents

Feature: GenericContent Search Results
  I want to see appropriate information for GenericContent objects in a search result

  Scenario: Have a GenericContent Search Result
    Given I am on the home page
    And I fill in "q" with "generic content"
    When I press "search"
    Then I should see a link to "the show document page for hydra:test_generic_content"

  Scenario: html5 valid - unauthenticated 
    Given I am on the home page
    And I fill in "q" with "generic content"
    When I press "search"
    Then the page should be HTML5 valid

  Scenario: html5 valid - authenticated 
    Given I am logged in as "archivist1@example.com" 
    And I am on the home page
    And I fill in "q" with "generic content"
    When I press "search"
    Then the page should be HTML5 valid

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
hydra-head-4.1.3 test_support/features/generic_content_search_result.feature
hydra-head-4.1.2 test_support/features/generic_content_search_result.feature
hydra-head-4.1.1 test_support/features/generic_content_search_result.feature
hydra-head-4.1.0 test_support/features/generic_content_search_result.feature
hydra-head-4.0.3 test_support/features/generic_content_search_result.feature
hydra-head-4.0.2 test_support/features/generic_content_search_result.feature
hydra-head-4.0.1 test_support/features/generic_content_search_result.feature
hydra-head-4.0.0 test_support/features/generic_content_search_result.feature