8000 Change the syntax of the steps for Video Steps by TykovkaV · Pull Request #4474 · vividus-framework/vividus · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

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

Merged
merged 1 commit into from
Oct 31, 2023

Conversation

TykovkaV
Copy link
Contributor

No description provided.

@TykovkaV TykovkaV requested a review from a team as a code owner October 23, 2023 12:36
@uarlouski uarlouski changed the title AEIH- 8000 6146 Change the syntax of the steps for Video Steps Change the syntax of the steps for Video Steps Oct 23, 2023
@TykovkaV TykovkaV force-pushed the add_video_steps branch 2 times, most recently from 020f329 to b078c30 Compare October 25, 2023 14:37
@codecov
Copy link
codecov bot commented Oct 26, 2023

Codecov Report

Merging #4474 (7e9941c) into master (984f536) will increase coverage by 0.01%.
Report is 61 commits behind head on master.
The diff coverage is n/a.

@@             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     
Files Coverage Δ
...ava/org/vividus/steps/ui/web/VideoPlayerSteps.java 100.00% <ø> (ø)

... 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)_:
Copy link
Member

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

@valfirst valfirst requested a review from vkepin October 30, 2023 08:40
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}`
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Then пш`${details.currentTime}` is = `${pausedTime}`
Then `${details.currentTime}` is = `${pausedTime}`

@valfirst valfirst merged commit a429752 into vividus-framework:master Oct 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants
0