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