features/checkbox.feature in gametel-0.1 vs features/checkbox.feature in gametel-0.2

- old
+ new

@@ -5,5 +5,9 @@ Then I should be able to click a checkbox by "index" Scenario: Clicking on a checkbox by text Given I'm on the controls screen Then I should be able to click a checkbox by "text" + + Scenario: Clicking a checkbox by id + Given I'm on the controls screen + Then I should be able to click a checkbox by "id"