features/multi_elements.feature in druid-ts-1.2.0 vs features/multi_elements.feature in druid-ts-1.2.1
- old
+ new
@@ -488,5 +488,11 @@
Scenario: Selecting bs using an identifier
When I select the bs
Then I should have 2 bs
And the text for b 1 should be "One B"
And the text for b 2 should be "Two B"
+
+ Scenario: Selecting is using an identifier
+ When I select the is
+ Then I should have 2 is
+ And the text for i 1 should be "One I"
+ And the text for i 2 should be "Two I"