Sha256: 1f99b695166c5c8c51b9fe3f5a7252f78b351c631f4873f2286aecb45e98a4ff

Contents?: true

Size: 327 Bytes

Versions: 4

Compression:

Stored size: 327 Bytes

Contents

Feature:  Interacting with Radio Buttons

  Scenario: Clicking on a radio button by text
    Given I'm on the controls screen
    Then I should be able to click a radio button by "text"

  Scenario: Clicking on a radio button by id
    Given I'm on the controls screen
    Then I should be able to click a radio button by "id"

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
gametel-0.5 features/radio_button.feature
gametel-0.4 features/radio_button.feature
gametel-0.3 features/radio_button.feature
gametel-0.2 features/radio_button.feature