features/table.feature in druid-ts-1.1.7 vs features/table.feature in druid-ts-1.1.8
- old
+ new
@@ -60,9 +60,10 @@
| id |
| class |
| xpath |
| index |
| name |
+ | css |
Scenario: Retrieve the data from a table
When I retrieve a table element
Then the data for row "1" should be "Data1" and "Data2"
And the data for row "2" should be "Data3" and "Data4"