features/generic_elements.feature in druid-ts-1.1.7 vs features/generic_elements.feature in druid-ts-1.1.8

- old
+ new

@@ -20,5 +20,10 @@ Then the text should be "The summary" Scenario: Getting the text from the details element When I get the text from the details Then the text should be "The summary The details" + + Scenario: Getting properties from a svg element + When I get the svg element + Then the svg width should be "100" + And the svg height should be "100"