features/frames.feature in page-object-0.6.3 vs features/frames.feature in page-object-0.6.4

- old
+ new

@@ -6,9 +6,10 @@ Then I should verify "page-object" is in the text field for frame 2 using "id" When I type "page-object" into the text field for frame 2 using "name" Then I should verify "page-object" is in the text field for frame 2 using "name" When I type "page-object" into the text field for frame 2 using "index" Then I should verify "page-object" is in the text field for frame 2 using "index" + #And I should be able to get the text fields text from frame 2 using "index" Scenario: Switching between frames Given I am on the frame elements page When I type "page-object" into the text field for frame 2 using "id" And I type "page-object" into the text field from frame 1 using "id"