Sha256: 6d295ad9a9a3645b4991b5a9f404829d09cc1c67676f86dad70c61142a0c5f5c

Contents?: true

Size: 438 Bytes

Versions: 3

Compression:

Stored size: 438 Bytes

Contents

Feature: Using the JQueryUI Spinner Widget

  Background:
    Given I am on the spinner page

  Scenario: Adjust the spinner value with arrows
    When I click the increment button
    Then the Spinner Widget should read "1"
    When I click the decrement button
    Then the Spinner Widget should read "0"

  Scenario: Manually set the spinner value
    When I set the spinner value to "10"
    Then the Spinner Widget should read "10"

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
jqueryui_widgets-1.0 features/spinner.feature
jqueryui_widgets-0.7.1 features/spinner.feature
jqueryui_widgets-0.6 features/spinner.feature