features/frames.feature in page-object-1.0 vs features/frames.feature in page-object-1.0.1

- old
+ new

@@ -46,9 +46,14 @@ Scenario: Identifying items in frames at runtime Given I am on the frame elements page When I type "page-object" into the text field from frame 1 identified dynamically Then I should verify "page-object" in the text field for frame 1 identified dynamically + Scenario: Identifying items in iframes at runtime + Given I am on the iframe elements page + When I type "page-object" into the text field from iframe 1 identified dynamically + Then I should verify "page-object" in the text field for iframe 1 identified dynamically + Scenario: Handling alerts inside frames Given I am on the frame elements page When I trigger an alert within a frame Then I should be able to get the alert's message