features/div.feature in page-object-0.2.4 vs features/div.feature in page-object-0.2.5
- old
+ new
@@ -34,5 +34,9 @@
Scenarios:
| param1 | param2 |
| class | index |
| name | index |
+
+ Scenario: Finding a div dynamically
+ When I get the text from a div while the script is executing
+ Then the text should be "page-object rocks!"