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.2.7 features/elements/button.feature
RubyApp-0.2.6 features/elements/button.feature
RubyApp-0.2.5 features/elements/button.feature
RubyApp-0.2.4 features/elements/button.feature
RubyApp-0.2.3 features/elements/button.feature
RubyApp-0.2.2 features/elements/button.feature
RubyApp-0.2.1 features/elements/button.feature
RubyApp-0.2.0 features/elements/button.feature
RubyApp-0.0.91 features/elements/button.feature
RubyApp-0.0.90 features/elements/button.feature
RubyApp-0.0.89 features/elements/button.feature
RubyApp-0.0.88 features/elements/button.feature
RubyApp-0.0.87 features/elements/button.feature
RubyApp-0.0.86 features/elements/button.feature
RubyApp-0.0.85 features/elements/button.feature
RubyApp-0.0.84 features/elements/button.feature
RubyApp-0.0.83 features/elements/button.feature
RubyApp-0.0.82 features/elements/button.feature
RubyApp-0.0.81 features/elements/button.feature
RubyApp-0.0.80 features/elements/button.feature