[java][bidi] Remove non-relevant annotations #14013
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
User description
Thanks for contributing to Selenium!
A PR well described will help maintainers to quickly review and merge it
Before submitting your PR, please check our contributing guidelines.
Avoid large PRs, help reviewers by making them as simple and short as possible.
Description
BiDi tests are run again Firefox, Chrome and Edge. There were annotations that marked not implemented for IE and Safari. Removed those, since the tests were not run in those browsers.
Motivation and Context
Types of changes
Checklist
PR Type
Enhancement
Description
@NotYetImplementedannotations for Safari and IE from multiple test files.Changes walkthrough 📝
21 files
BiDiSessionTest.java
Remove non-relevant annotations from BiDiSessionTestjava/test/org/openqa/selenium/bidi/BiDiSessionTest.java
@NotYetImplementedannotations for Safari and IE.BiDiTest.java
Remove non-relevant annotations from BiDiTestjava/test/org/openqa/selenium/bidi/BiDiTest.java
@NotYetImplementedannotations for Safari and IE.BrowserCommandsTest.java
Remove non-relevant annotations from BrowserCommandsTestjava/test/org/openqa/selenium/bidi/browser/BrowserCommandsTest.java
@NotYetImplementedannotations for Safari and IE.BrowsingContextInspectorTest.java
Remove non-relevant annotations from BrowsingContextInspectorTestjava/test/org/openqa/selenium/bidi/browsingcontext/BrowsingContextInspectorTest.java
@NotYetImplementedannotations for Safari and IE.BrowsingContextTest.java
Remove non-relevant annotations from BrowsingContextTestjava/test/org/openqa/selenium/bidi/browsingcontext/BrowsingContextTest.java
@NotYetImplementedannotations for Safari and IE.LocateNodesTest.java
Remove non-relevant annotations from LocateNodesTestjava/test/org/openqa/selenium/bidi/browsingcontext/LocateNodesTest.java
@NotYetImplementedannotations for Safari and IE.CombinedInputActionsTest.java
Remove non-relevant annotations from CombinedInputActionsTestjava/test/org/openqa/selenium/bidi/input/CombinedInputActionsTest.java
@NotYetImplementedannotations for Safari and IE.DefaultKeyboardTest.java
Remove non-relevant annotations from DefaultKeyboardTestjava/test/org/openqa/selenium/bidi/input/DefaultKeyboardTest.java
@NotYetImplementedannotations for Safari and IE.DefaultMouseTest.java
Remove non-relevant annotations from DefaultMouseTestjava/test/org/openqa/selenium/bidi/input/DefaultMouseTest.java
@NotYetImplementedannotations for Safari and IE.DefaultWheelTest.java
Remove non-relevant annotations from DefaultWheelTestjava/test/org/openqa/selenium/bidi/input/DefaultWheelTest.java
@NotYetImplementedannotations for Safari and IE.DragAndDropTest.java
Remove non-relevant annotations from DragAndDropTestjava/test/org/openqa/selenium/bidi/input/DragAndDropTest.java
@NotYetImplementedannotations for Safari and IE.ReleaseCommandTest.java
Remove non-relevant annotations from ReleaseCommandTestjava/test/org/openqa/selenium/bidi/input/ReleaseCommandTest.java
@NotYetImplementedannotations for Safari and IE.SetFilesCommandTest.java
Remove non-relevant annotations from SetFilesCommandTestjava/test/org/openqa/selenium/bidi/input/SetFilesCommandTest.java
@NotYetImplementedannotations for Safari and IE.AddInterceptParametersTest.java
Remove non-relevant annotations from AddInterceptParametersTestjava/test/org/openqa/selenium/bidi/network/AddInterceptParametersTest.java
@NotYetImplementedannotations for Safari and IE.NetworkCommandsTest.java
Remove non-relevant annotations from NetworkCommandsTestjava/test/org/openqa/selenium/bidi/network/NetworkCommandsTest.java
@NotYetImplementedannotations for Safari and IE.NetworkEventsTest.java
Remove non-relevant annotations from NetworkEventsTestjava/test/org/openqa/selenium/bidi/network/NetworkEventsTest.java
@NotYetImplementedannotations for Safari and IE.CallFunctionParameterTest.java
Remove non-relevant annotations from CallFunctionParameterTestjava/test/org/openqa/selenium/bidi/script/CallFunctionParameterTest.java
@NotYetImplementedannotations for Safari and IE.LocalValueTest.java
Remove non-relevant annotations from LocalValueTestjava/test/org/openqa/selenium/bidi/script/LocalValueTest.java
@NotYetImplementedannotations for Safari and IE.ScriptCommandsTest.java
Remove non-relevant annotations from ScriptCommandsTestjava/test/org/openqa/selenium/bidi/script/ScriptCommandsTest.java
@NotYetImplementedannotations for Safari and IE.ScriptEventsTest.java
Remove non-relevant annotations from ScriptEventsTestjava/test/org/openqa/selenium/bidi/script/ScriptEventsTest.java
@NotYetImplementedannotations for Safari and IE.StorageCommandsTest.java
Remove non-relevant annotations from StorageCommandsTestjava/test/org/openqa/selenium/bidi/storage/StorageCommandsTest.java
@NotYetImplementedannotations for Safari and IE.