Sha256: abfb28de454ceee680c5d91e1b41004bf6ad1e76dd378a79748b3e939a0cd11f

Contents?: true

Size: 257 Bytes

Versions: 78

Compression:

Stored size: 257 Bytes

Contents

Feature: A button

  Scenario: Rendering a button and process its event
    Given I go to the test pages
    When I click "ButtonTestPage"
    Then I should see "Click"
    When I click "Click"
    Then I should see "This is the other page"
    Then I quit

Version data entries

78 entries across 78 versions & 1 rubygems

Version Path
RubyApp-0.0.56 features/elements/button.feature
RubyApp-0.0.55 features/elements/button.feature
RubyApp-0.0.54 features/elements/button.feature
RubyApp-0.0.53 features/elements/button.feature
RubyApp-0.0.52 features/elements/button.feature
RubyApp-0.0.51 features/elements/button.feature
RubyApp-0.0.50 features/elements/button.feature
RubyApp-0.0.49 features/elements/button.feature
RubyApp-0.0.48 features/elements/button.feature
RubyApp-0.0.47 features/elements/button.feature
RubyApp-0.0.46 features/elements/button.feature
RubyApp-0.0.45 features/elements/button.feature
RubyApp-0.0.44 features/elements/button.feature
RubyApp-0.0.43 features/elements/button.feature
RubyApp-0.0.42 features/elements/button.feature
RubyApp-0.0.41 features/elements/button.feature
RubyApp-0.0.30 features/elements/button.feature
RubyApp-0.0.29 features/elements/button.feature
RubyApp-0.0.28 features/elements/button.feature
RubyApp-0.0.27 features/elements/button.feature