Sha256: 38fdb611fbaa7baa97dbfa1bcfc5b57c7d44c9dcadbd7228e6ab82c5b9734c6d

Contents?: true

Size: 509 Bytes

Versions: 8

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 "search"
    Then I should see "Title"
    And I should see "Author"
    And I should see "Work"
    And I should see "Files"

Version data entries

8 entries across 8 versions & 1 rubygems

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