features/frames.feature in page-object-1.0.1 vs features/frames.feature in page-object-1.0.2
- old
+ new
@@ -9,13 +9,19 @@
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"
@watir_only
- Scenario: Accessing elements withing the frame using Regexp
+ Scenario: Accessing elements within the frame using Regexp
Given I am on the frame elements page
When I type "page-object" into the text field for frame 2 using "regex"
Then I should verify "page-object" is in the text field for frame 2 using "regex"
+
+@watir_only
+ Scenario: Accessing elements within the frame using multiple identifiers
+ Given I am on the iframe elements page
+ When I type "page-object" into the text field for frame 2 using "multiple identifiers"
+ Then I should verify "page-object" is in the text field for frame 2 using "multiple identifiers"
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"