features/radio_button.feature in gametel-0.1 vs features/radio_button.feature in gametel-0.2
- old
+ new
@@ -2,5 +2,8 @@
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"
+ 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"