features/table.feature in druid-ts-1.2.2 vs features/table.feature in druid-ts-1.2.3
- old
+ new
@@ -59,11 +59,10 @@
| locate_by |
| id |
| class |
| xpath |
| index |
- | name |
| css |
Scenario: Retrieve the data from a table
When I retrieve a table element
Then the data for row "2" should be "Data1" and "Data2"
@@ -78,10 +77,9 @@
Then the data for row "2" should be "Data1" and "Data2"
Examples:
| param1 | param2 |
| class | index |
- | name | index |
@locator
Scenario: Finding a table dynamically
When I retrieve a table element while the script is executing
Then I should see that the table exists