features/table_cell.feature in druid-ts-0.0.1 vs features/table_cell.feature in druid-ts-1.1.0
- old
+ new
@@ -17,10 +17,11 @@
| id |
| class |
| xpath |
| index |
| name |
+ | text |
Scenario: Retrieve a cell from a table by id
When I retrieve table cell
Then I should know it exists
And I should know it is visible
@@ -32,5 +33,10 @@
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 the cell data should be 'Data4'