Sha256: 76d7322e7428fd855a962a6fdfdc558cd9d9d792ebf2793026227ae289941c58

Contents?: true

Size: 509 Bytes

Versions: 33

Compression:

Stored size: 509 Bytes

Contents

@catalog
Feature: Catalog Index
  As a user
  In order to find the documents I'm searching for
  I want to see my search results in an useful way.

  Scenario: Viewing search results
    Given I am on the catalog index page
    Then I should see "Search"

  Scenario: Executing a search
    Given I am on the catalog index page
    And I fill in "q" with "hydrangea"
    And I press "submit"
    Then I should see "Title"
    And I should see "Author"
    And I should see "Work"
    And I should see "Files"

Version data entries

33 entries across 33 versions & 1 rubygems

Version Path
hydra-head-4.0.0.rc6 test_support/features/view_catalog_index.feature
hydra-head-4.0.0.rc5 test_support/features/view_catalog_index.feature
hydra-head-4.0.0.rc4 test_support/features/view_catalog_index.feature
hydra-head-4.0.0.rc3 test_support/features/view_catalog_index.feature
hydra-head-4.0.0.rc2 test_support/features/view_catalog_index.feature
hydra-head-3.3.0 test_support/features/view_catalog_index.feature
hydra-head-3.2.2 test_support/features/view_catalog_index.feature
hydra-head-3.2.1 test_support/features/view_catalog_index.feature
hydra-head-3.2.0 test_support/features/view_catalog_index.feature
hydra-head-3.2.0.pre3 test_support/features/view_catalog_index.feature
hydra-head-3.2.0.pre2 test_support/features/view_catalog_index.feature
hydra-head-3.2.0.pre1 test_support/features/view_catalog_index.feature
hydra-head-3.1.5 test_support/features/view_catalog_index.feature
hydra-head-3.1.4 test_support/features/view_catalog_index.feature
hydra-head-3.1.3 test_support/features/view_catalog_index.feature
hydra-head-3.1.2 test_support/features/view_catalog_index.feature
hydra-head-3.1.1 test_support/features/view_catalog_index.feature
hydra-head-3.1.0 test_support/features/view_catalog_index.feature
hydra-head-3.1.0.rc2 test_support/features/view_catalog_index.feature
hydra-head-3.1.0.rc1 test_support/features/view_catalog_index.feature