[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
@NotYetImplemented
annotations for Safari and IE from multiple test files.Changes walkthrough 📝
21 files
BiDiSessionTest.java
Remove non-relevant annotations from BiDiSessionTest
java/test/org/openqa/selenium/bidi/BiDiSessionTest.java
@NotYetImplemented
annotations for Safari and IE.BiDiTest.java
Remove non-relevant annotations from BiDiTest
java/test/org/openqa/selenium/bidi/BiDiTest.java
@NotYetImplemented
annotations for Safari and IE.BrowserCommandsTest.java
Remove non-relevant annotations from BrowserCommandsTest
java/test/org/openqa/selenium/bidi/browser/BrowserCommandsTest.java
@NotYetImplemented
annotations for Safari and IE.BrowsingContextInspectorTest.java
Remove non-relevant annotations from BrowsingContextInspectorTest
java/test/org/openqa/selenium/bidi/browsingcontext/BrowsingContextInspectorTest.java
@NotYetImplemented
annotations for Safari and IE.BrowsingContextTest.java
Remove non-relevant annotations from BrowsingContextTest
java/test/org/openqa/selenium/bidi/browsingcontext/BrowsingContextTest.java
@NotYetImplemented
annotations for Safari and IE.LocateNodesTest.java
Remove non-relevant annotations from LocateNodesTest
java/test/org/openqa/selenium/bidi/browsingcontext/LocateNodesTest.java
@NotYetImplemented
annotations for Safari and IE.CombinedInputActionsTest.java
Remove non-relevant annotations from CombinedInputActionsTest
java/test/org/openqa/selenium/bidi/input/CombinedInputActionsTest.java
@NotYetImplemented
annotations for Safari and IE.DefaultKeyboardTest.java
Remove non-relevant annotations from DefaultKeyboardTest
java/test/org/openqa/selenium/bidi/input/DefaultKeyboardTest.java
@NotYetImplemented
annotations for Safari and IE.DefaultMouseTest.java
Remove non-relevant annotations from DefaultMouseTest
java/test/org/openqa/selenium/bidi/input/DefaultMouseTest.java
@NotYetImplemented
annotations for Safari and IE.DefaultWheelTest.java
Remove non-relevant annotations from DefaultWheelTest
java/test/org/openqa/selenium/bidi/input/DefaultWheelTest.java
@NotYetImplemented
annotations for Safari and IE.DragAndDropTest.java
Remove non-relevant annotations from DragAndDropTest
java/test/org/openqa/selenium/bidi/input/DragAndDropTest.java
@NotYetImplemented
annotations for Safari and IE.ReleaseCommandTest.java
Remove non-relevant annotations from ReleaseCommandTest
java/test/org/openqa/selenium/bidi/input/ReleaseCommandTest.java
@NotYetImplemented
annotations for Safari and IE.SetFilesCommandTest.java
Remove non-relevant annotations from SetFilesCommandTest
java/test/org/openqa/selenium/bidi/input/SetFilesCommandTest.java
@NotYetImplemented
annotations for Safari and IE.AddInterceptParametersTest.java
Remove non-relevant annotations from AddInterceptParametersTest
java/test/org/openqa/selenium/bidi/network/AddInterceptParametersTest.java
@NotYetImplemented
annotations for Safari and IE.NetworkCommandsTest.java
Remove non-relevant annotations from NetworkCommandsTest
java/test/org/openqa/selenium/bidi/network/NetworkCommandsTest.java
@NotYetImplemented
annotations for Safari and IE.NetworkEventsTest.java
Remove non-relevant annotations from NetworkEventsTest
java/test/org/openqa/selenium/bidi/network/NetworkEventsTest.java
@NotYetImplemented
annotations for Safari and IE.CallFunctionParameterTest.java
Remove non-relevant annotations from CallFunctionParameterTest
java/test/org/openqa/selenium/bidi/script/CallFunctionParameterTest.java
@NotYetImplemented
annotations for Safari and IE.LocalValueTest.java
Remove non-relevant annotations from LocalValueTest
java/test/org/openqa/selenium/bidi/script/LocalValueTest.java
@NotYetImplemented
annotations for Safari and IE.ScriptCommandsTest.java
Remove non-relevant annotations from ScriptCommandsTest
java/test/org/openqa/selenium/bidi/script/ScriptCommandsTest.java
@NotYetImplemented
annotations for Safari and IE.ScriptEventsTest.java
Remove non-relevant annotations from ScriptEventsTest
java/test/org/openqa/selenium/bidi/script/ScriptEventsTest.java
@NotYetImplemented
annotations for Safari and IE.StorageCommandsTest.java
Remove non-relevant annotations from StorageCommandsTest
java/test/org/openqa/selenium/bidi/storage/StorageCommandsTest.java
@NotYetImplemented
annotations for Safari and IE.