features/radio_button.feature in druid-ts-0.0.1 vs features/radio_button.feature in druid-ts-1.1.0
- old
+ new
@@ -22,10 +22,11 @@
| id |
| class |
| name |
| xpath |
| index |
+ | value |
Scenario: Retrieve a radio button
When I retrieve a radio button
Then I should know it exists
And I should know it is visible
@@ -38,5 +39,10 @@
Examples:
| param1 | param2 |
| class | index |
| name | index |
+
+ @locator
+ Scenario: Finding a radio button dynamically
+ When I select the radio button while the script is executing
+ Then the "Milk" radio button should be selected