Sha256: c6f68118d6445c28b302f5f5e87dc4311c7dc3bc77f18b37061253218a8f20f6

Contents?: true

Size: 412 Bytes

Versions: 96

Compression:

Stored size: 412 Bytes

Contents

Feature: Search
  To allow website visitors to easily find content the website will have a keyword search facility that searches all content on the site

  Background:
    Given there is content that can be searched

  Scenario: Search
    Given I enter a search term in the search input
    And press "Search"
    Then I should see a paginated list of content that matches my search term ordered by relevance


Version data entries

96 entries across 96 versions & 1 rubygems

Version Path
noodall-ui-0.5.15 features/search.feature
noodall-ui-0.5.14 features/search.feature
noodall-ui-0.5.13 features/search.feature
noodall-ui-0.5.12 features/search.feature
noodall-ui-0.5.11 features/search.feature
noodall-ui-0.4.11 features/search.feature
noodall-ui-0.4.10 features/search.feature
noodall-ui-0.5.10 features/search.feature
noodall-ui-0.5.9 features/search.feature
noodall-ui-0.4.9 features/search.feature
noodall-ui-0.5.8 features/search.feature
noodall-ui-0.4.8 features/search.feature
noodall-ui-0.4.7 features/search.feature
noodall-ui-0.5.7 features/search.feature
noodall-ui-0.5.6 features/search.feature
noodall-ui-0.5.5 features/search.feature
noodall-ui-0.5.4 features/search.feature
noodall-ui-0.5.3 features/search.feature
noodall-ui-0.5.2 features/search.feature
noodall-ui-0.5.1 features/search.feature