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