features/form.feature in druid-ts-0.0.1 vs features/form.feature in druid-ts-1.1.0
- old
+ new
@@ -15,15 +15,21 @@
| locate_by |
| id |
| class |
| xpath |
| index |
+ | action |
@multi
Scenario Outline: Locating table using multiple parameters
- When I locate the form using "<param1>" and "<param2>"
- Then I should be able to submit the form
+ When I locate the form using "<param1>" and "<param2>"
+ Then I should be able to submit the form
- Examples:
- | param1 | param2 |
- | class | index |
- | name | index |
+ Examples:
+ | param1 | param2 |
+ | class | index |
+ | name | index |
+
+ @locator
+ Scenario: Finding a form dynamically
+ When I locate a form while the script is executing
+ Then I should be able to submit the form