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] Fix field clearing using keyboard on MacOS #3724

Merged
merged 1 commit into from
Mar 17, 2023

Conversation

valfirst
Copy link
Collaborator

Fixes #2589

@valfirst valfirst requested a review from a team as a code owner March 15, 2023 14:22
@sonarcloud
Copy link

sonarcloud bot commented Mar 15, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

100.0% 100.0% Coverage
0.0% 0.0% Duplication

@codecov
Copy link

codecov bot commented Mar 15, 2023

Codecov Report

Merging #3724 (2b13011) into master (4dc7ac3) will decrease coverage by 0.01%.
The diff coverage is 100.00%.

@@             Coverage Diff              @@
##             master    #3724      +/-   ##
============================================
- Coverage     96.97%   96.97%   -0.01%     
- Complexity     6122     6124       +2     
============================================
  Files           862      862              
  Lines         17513    17517       +4     
  Branches       1144     1145       +1     
============================================
+ Hits          16984    16987       +3     
- Misses          422      423       +1     
  Partials        107      107              
Impacted Files Coverage Δ
...idus/selenium/manager/GenericWebDriverManager.java 93.75% <100.00%> (+0.13%) ⬆️
...n/java/org/vividus/ui/web/action/FieldActions.java 98.03% <100.00%> (+0.12%) ⬆️

... and 1 file with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@valfirst valfirst merged commit 21b93fc into master Mar 17, 2023
@valfirst valfirst deleted the fix-field-clearing-using-keyboard-on-macos branch March 17, 2023 06:10
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.

Implement step 'When I clear field located $locator using keyboard' for MacOS usage
3 participants