Skip to content
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

[plugin-web-app-playwright] Add frame switching steps #5141

Merged
merged 1 commit into from
Jun 19, 2024

Conversation

avinBar
Copy link
Contributor

@avinBar avinBar commented Jun 19, 2024

No description provided.

@avinBar avinBar requested a review from a team as a code owner June 19, 2024 09:42
Copy link

codecov bot commented Jun 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.41%. Comparing base (1f2d7f0) to head (3a67b8f).
Report is 2 commits behind head on master.

Additional details and impacted files
@@             Coverage Diff              @@
##             master    #5141      +/-   ##
============================================
+ Coverage     97.40%   97.41%   +0.01%     
- Complexity     6697     6722      +25     
============================================
  Files           929      929              
  Lines         19347    19392      +45     
  Branches       1286     1288       +2     
============================================
+ Hits          18845    18891      +46     
  Misses          392      392              
+ Partials        110      109       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@avinBar avinBar marked this pull request as draft June 19, 2024 09:57
Comment on lines 97 to 102
FrameLocator currentFrame = uiContext.getCurrentFrame();
while (currentFrame != null && !currentFrame.owner().isVisible())
{
uiContext.resetFrame();
currentFrame = uiContext.getCurrentFrame();
}
Copy link
Collaborator

Choose a reason for hiding this comment

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

move this logic to UiContext

@avinBar avinBar marked this pull request as ready for review June 19, 2024 10:02
@valfirst valfirst merged commit a3cf626 into vividus-framework:master Jun 19, 2024
7 of 8 checks passed
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.

2 participants