Sha256: debeb8163ac109634fecd3767b6f32b42e8b188a1fca31121bab5eeb78dff00d

Contents?: true

Size: 665 Bytes

Versions: 16

Compression:

Stored size: 665 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"
    And the radio button identified by "text" should be checked

  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"
    And the radio button identified by "id" should be checked

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

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
gametel-0.8 features/radio_button.feature
gametel-0.7 features/radio_button.feature
gametel-0.6 features/radio_button.feature
gametel-0.5.9.3 features/radio_button.feature
gametel-0.5.9.2 features/radio_button.feature
gametel-0.5.9.1 features/radio_button.feature
gametel-0.5.9 features/radio_button.feature
gametel-0.5.8.1 features/radio_button.feature
gametel-0.5.8 features/radio_button.feature
gametel-0.5.7 features/radio_button.feature
gametel-0.5.6 features/radio_button.feature
gametel-0.5.5 features/radio_button.feature
gametel-0.5.4 features/radio_button.feature
gametel-0.5.3 features/radio_button.feature
gametel-0.5.2 features/radio_button.feature
gametel-0.5.1 features/radio_button.feature