features/element.feature in page-object-0.7.5.1 vs features/element.feature in page-object-0.7.6

- old
+ new

@@ -283,5 +283,10 @@ Then I should be able to flash it Scenario: Getting an element's id When I retrieve a button element Then I should know its id is "button_id" + + Scenario: Double Clicking + Given I am on the Double Click page + When I double click the button + Then the paragraph should read "Double Click Received" \ No newline at end of file