-
-
Notifications
You must be signed in to change notification settings - Fork 88
Change the syntax of the steps for Video Steps #4474
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
bc179ac
to
05b687c
Compare
020f329
to
b078c30
Compare
Codecov Report
@@ Coverage Diff @@
## master #4474 +/- ##
============================================
+ Coverage 97.31% 97.33% +0.01%
+ Complexity 6451 6442 -9
============================================
Files 894 894
Lines 18558 18547 -11
Branches 1241 1241
============================================
- Hits 18059 18052 -7
+ Misses 389 388 -1
+ Partials 110 107 -3
... and 19 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
When I play video in video player located by `$locator` | ||
---- | ||
|
||
_Deprecated syntax (will be removed in VIVIDUS 0.8.0)_: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
0.7.0 here and in other places
b078c30
to
45a8dda
Compare
Given I initialize scenario variable `pausedTime` with value `${details.currentTime}` | ||
Then element located by `<videoLocator>` exists for `PT1S` duration | ||
When I save info from video player located by `<videoLocator>` to SCENARIO variable `details` | ||
Then пш`${details.currentTime}` is = `${pausedTime}` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Then пш`${details.currentTime}` is = `${pausedTime}` | |
Then `${details.currentTime}` is = `${pausedTime}` |
fe94729
to
7e9941c
Compare
No description provided.