features/nested_elements.feature in druid-ts-1.1.2 vs features/nested_elements.feature in druid-ts-1.1.3

- old
+ new

@@ -102,9 +102,13 @@ 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 retrieve the nested file field + Scenario: Finding a label within a div + When I search for a label located in a div + Then I should see the nested labels text should be "page-object is the best!" + Scenario: Unordered list nested in another Unordered list When I get the outter unordered list Then I should see "One" for list item 1 And I should see "Two" for list item 2 And I should see "Three" for list item 3