features/paragraph.feature in druid-ts-1.2.2 vs features/paragraph.feature in druid-ts-1.2.3
- old
+ new
@@ -15,20 +15,18 @@
| search_by |
| id |
| class |
| xpath |
| index |
- | name |
| css |
Scenario Outline: Locating paragraphs using multiple parameters
When I search for the paragraph by "<param1>" and "<param2>"
Then the text should be "Static Elements Page"
Examples:
| param1 | param2 |
| class | index |
- | name | index |
Scenario: Finding a paragraph dynamically
When I get the text from a paragraph while the script is executing
Then I should see that the paragraph exists
And the text should be "Static Elements Page"