[java] remove deprecated Firefox capabilities and consolidate tests#11403
[java] remove deprecated Firefox capabilities and consolidate tests#11403titusfortner merged 1 commit intoSeleniumHQ:trunkfrom
Conversation
Codecov ReportBase: 53.66% // Head: 53.66% // No change to project coverage 👍
Additional details and impacted files@@ Coverage Diff @@
## trunk #11403 +/- ##
=======================================
Coverage 53.66% 53.66%
=======================================
Files 85 85
Lines 5650 5650
Branches 200 200
=======================================
Hits 3032 3032
Misses 2418 2418
Partials 200 200 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
diemol
left a comment
There was a problem hiding this comment.
This is great, thank you @titusfortner!
I hope I checked everything correctly, I believe all removed methods were either not public or the super class will take over.
I'll wait for CI to finish and then I will merge.
|
SonarCloud Quality Gate failed. |









These 3 capabilities have been throwing the non-w3c deprecation warning since we added it, so they should be ok to remove now
This cleans the code where they was used and removes the relevant tests.
While I was updating tests, I also moved all relevant tests from MarionetteTest to FirefoxTest; there was a lot of duplication.