Sha256: 6104c4e9dd255c4a74ed4eec6342b5ce8ae32a0129c9c6526494843a86b01f77

Contents?: true

Size: 664 Bytes

Versions: 1

Compression:

Stored size: 664 Bytes

Contents

Feature: Using the GWT Suggest Box Widget

  Background:
    Given I am on the Suggest Box page

  Scenario: User starts to type and is presented with suggestions
    When I type "h" into the suggestion box
    Then I am presented with the following suggestions:
      | hammer  |
      | haskell |
      | hollis  |

  Scenario: Suggestions are reduced as user types
    When I type "ha" into the suggestion box
    Then I am presented with the following suggestions:
      | hammer  |
      | haskell |

  Scenario: Clicking on a suggestion will populate the text field
    When I click on the "haskell" suggestion
    Then I see "haskell" in the suggestion box

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
gwt_widgets-0.0.7 features/suggest_box.feature