features/table_cell.feature in druid-ts-1.2.2 vs features/table_cell.feature in druid-ts-1.2.3
- old
+ new
@@ -16,11 +16,10 @@
| locate_by |
| id |
| class |
| xpath |
| index |
- | name |
| text |
| css |
Scenario: Retrieve a cell from a table by id
When I retrieve table cell
@@ -33,10 +32,9 @@
Then the cell data should be 'Data4'
Examples:
| param1 | param2 |
| class | index |
- | name | index |
@locator
Scenario: Finding a table cell dynamically
When I retrieve a table cell element while the script is executing
Then I should see that the cell exists