features/table_cell.feature in druid-ts-1.1.1 vs features/table_cell.feature in druid-ts-1.1.2
- old
+ new
@@ -37,6 +37,7 @@
| 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'
+ Then I should see that the cell exists
+ And the cell data should be 'Data4'