features/video.feature in page-object-0.7.5.1 vs features/video.feature in page-object-0.7.6
- old
+ new
@@ -18,9 +18,18 @@
| class |
| name |
| xpath |
| index |
+ @selenium_only
+ Scenario Outline: Locating a video element on the page
+ When I search for the video element by "<search_by>"
+ Then I should know it is visible
+
+ Scenarios:
+ | search_by |
+ | css |
+
Scenario Outline: Locating videos using multiple parameters
When I search for the video element by "<param1>" and "<param2>"
Then I should know it is visible
Examples: