Sha256: 68c0a80faa7df304b6a3a6a841f6deb45bf7a52a80776cde6a0be903c2e4bc83
Contents?: true
Size: 1.59 KB
Versions: 5
Compression:
Stored size: 1.59 KB
Contents
Feature: Ability to Support Select List Web Objects Scenario: Reference a select list When on the object test page Then the physics concepts select list should exist And the physics concepts select list should be visible And the physics concepts select list should be enabled And the physics concepts select list should be a select list object Scenario: Select item in select list and get current selection from it When "Tachyonic Antitravel" is selected from physics concepts on the object test page Then the physics concepts select list should have the second option selected And the physics concepts select list should be displaying "Tachyonic Antitravel" Scenario: Handling a non-existent select list When on the object test page Then the fake select list should not exist But the fake select list should be a select list object Scenario: Handling a disabled select list When on the object test page Then the sith power select list should exist And the sith power select list should be visible And the sith power select list should be displaying "Force Lightning" And the sith power select list object should be a select list object But the sith power select list should not be enabled Scenario Outline: Finding select lists with locators When the physics concepts on the object test page is selected by "<locator>" Then the physics concepts select list should be displaying "Tachyonic Antitravel" Scenarios: | locator | | id | | name | | class | | xpath | | index |
Version data entries
5 entries across 5 versions & 1 rubygems