Sha256: 23eccabaff1b020ff5b044e8c00e4e3c77450ad9e5f1347c849e2441c23e80bc

Contents?: true

Size: 1.41 KB

Versions: 8

Compression:

Stored size: 1.41 KB

Contents

Feature: Ability to Support Radio Web Objects
  
  Scenario: Reference a radio
    When on the object test page
    Then the warp core breach radio should exist
    And the warp core breach radio should be visible
    And the warp core breach radio should be enabled
    And the warp core breach radio should be a radio object

  Scenario: Modify radio and check state
    When warp core breach is not selected as the least favorite way to vaporize
    Then the warp core breach radio should not be set
    When warp core breach is selected as the least favorite way to vaporize
    Then the warp core breach radio should be set
  
  Scenario: Handling a non-existent radio
    When on the object test page
    Then the fake radio should not exist
    But the fake radio should be a radio object

  Scenario: Handling a disabled radio
    When on the object test page
    Then the coronal mass ejection radio should exist
    And the coronal mass ejection radio should be visible
    And the coronal mass ejection radio should be a radio object
    But the coronal mass ejection radio should not be enabled

  Scenario Outline: Finding buttons with locators
    When the unstable phase shift radio on the object test page is selected by "<locator>"
    Then the unstable phase shift radio should be set
    
    # Unable to run index
    Scenarios:
      | locator |
      | id      |
      | name    |
      | class   |
      | xpath   |

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
symbiont-0.1.7 specs/radio.feature
symbiont-0.1.6 specs/radio.feature
symbiont-0.1.5 specs/radio.feature
symbiont-0.1.4 specs/radio.feature
symbiont-0.1.3 specs/radio.feature
symbiont-0.1.2 specs/radio.feature
symbiont-0.1.1 specs/radio.feature
symbiont-0.1.0 specs/radio.feature