Sha256: 0c001aac9c719fe80cb0748a7ce2c6f3b2391ed5c4fd61bd4b1fd1ab0a49dabd

Contents?: true

Size: 844 Bytes

Versions: 14

Compression:

Stored size: 844 Bytes

Contents

Feature: Customer searches directory

  As a customer
  I want to search the directory
  So that I can find matching locations

  Background:
    Given locales

  Scenario: Location matching a string
    When I go to the directory page
    And I fill in "search-input" with "Jericho"
    And I press "Search"
    Then I should see "Mobile Mini Jericho"

  Scenario: Locales matching a string
    When I go to the directory page
    And I fill in "search-input" with "New York"
    And I press "Search"
    Then I should see "Mobile Mini Jericho"
    Then I should see "Mobile Mini Utica"

  Scenario: Locations near a ZIP
    Given zip-coded locations
    When I go to the directory page
    And I fill in "search-input" with "10279"
    And I press "Search"
    Then I should see "Mobile Mini Jericho"
    And I should see "Mobile Mini Utica"

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
campfire_logic-2.0.7 features/customer_searches_directory.feature
campfire_logic-2.0.6 features/customer_searches_directory.feature
campfire_logic-2.0.5 features/customer_searches_directory.feature
campfire_logic-2.0.4 features/customer_searches_directory.feature
campfire_logic-2.0.3 features/customer_searches_directory.feature
campfire_logic-2.0.2 features/customer_searches_directory.feature
campfire_logic-2.0.1 features/customer_searches_directory.feature
campfire_logic-2.0.0 features/customer_searches_directory.feature
campfire_logic-1.2.1 features/customer_searches_directory.feature
campfire_logic-1.2.0 features/customer_searches_directory.feature
campfire_logic-1.1.10 features/customer_searches_directory.feature
campfire_logic-1.1.9 features/customer_searches_directory.feature
campfire_logic-1.1.8 features/customer_searches_directory.feature
campfire_logic-1.1.7 features/customer_searches_directory.feature