features/nested_elements.feature in page-object-0.5.3 vs features/nested_elements.feature in page-object-0.5.4
- old
+ new
@@ -24,9 +24,13 @@
Then I should be able to type "abcdefg" in the nested text area
Scenario: Finding a select list within a div
When I search for a select list located in a div
Then I should be able to select "Test 2" in the nested select list
+
+ Scenario: Finding a file field within a div
+ When I search for a file field located in a div
+ Then I should be able to set the nested file field
Scenario: Finding a checkbox within a div
When I search for a checkbox located in a div
Then I should be able to check the nested checkbox