Sha256: f45734f078f66393c0490d185d1968e891928117ebaeec2bb0d8870842a52fa1

Contents?: true

Size: 1.18 KB

Versions: 8

Compression:

Stored size: 1.18 KB

Contents

Feature: Radio Button Groups
  In order to interact with radio button groups
  Testers will need access and interrogation ability


  Background:
    Given I am on the static elements page

  Scenario: Confirm existence of a radio button group
    Then I should see that the radio button group exists

  Scenario: No radio buttons in the group have been selected
    Then no radio buttons should be selected in the group

  Scenario: Selecting grouped radio buttons by value
    When I select the "ched" radio button in the group
    Then the "ched" radio button should be selected in the group
    And the "emmen" radio button should not be selected
    And the "muen" radio button should not be selected
    When I select the "muen" radio button in the group
    Then the "ched" radio button should not be selected
    And the "emmen" radio button should not be selected
    And the "muen" radio button should be selected in the group

  Scenario: Getting an array of elements for each radio button in the group
    When I ask for the elements of a radio button group
    Then I should have an array with elements for each radio button
    And the radio button element values should be "ched", "emmen", "muen"

Version data entries

8 entries across 8 versions & 2 rubygems

Version Path
druid-s-1.0.0 features/radio_button_group.feature
druid-ts-1.2.6 features/radio_button_group.feature
druid-ts-1.2.5 features/radio_button_group.feature
druid-ts-1.2.4 features/radio_button_group.feature
druid-ts-1.2.3 features/radio_button_group.feature
druid-ts-1.2.2 features/radio_button_group.feature
druid-ts-1.2.1 features/radio_button_group.feature
druid-ts-1.2.0 features/radio_button_group.feature