File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
java/test/org/openqa/selenium/bidi/input Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change 2020import static org .assertj .core .api .Assertions .assertThat ;
2121import static org .junit .jupiter .api .Assumptions .assumeFalse ;
2222import static org .openqa .selenium .testing .TestUtilities .getEffectivePlatform ;
23- import static org .openqa .selenium .testing .drivers .Browser .EDGE ;
2423import static org .openqa .selenium .testing .drivers .Browser .IE ;
2524import static org .openqa .selenium .testing .drivers .Browser .SAFARI ;
2625
@@ -228,9 +227,6 @@ public void testSelectionSelectBySymbol() throws InterruptedException {
228227
229228 @ Test
230229 @ Ignore (IE )
231- @ NotYetImplemented (
232- value = EDGE ,
233- reason = "https://github.com/GoogleChromeLabs/chromium-bidi/issues/2321" )
234230 public void testSelectionSelectByWord () {
235231 assumeFalse (getEffectivePlatform (driver ).is (Platform .MAC ), "MacOS has alternative keyboard" );
236232
You can’t perform that action at this time.
0 commit comments