File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
java/test/org/openqa/selenium/bidi/input Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change 21
21
import static org .junit .jupiter .api .Assumptions .assumeFalse ;
22
22
import static org .openqa .selenium .testing .TestUtilities .getEffectivePlatform ;
23
23
import static org .openqa .selenium .testing .drivers .Browser .CHROME ;
24
+ import static org .openqa .selenium .testing .drivers .Browser .EDGE ;
24
25
import static org .openqa .selenium .testing .drivers .Browser .IE ;
25
26
import static org .openqa .selenium .testing .drivers .Browser .SAFARI ;
26
27
@@ -200,6 +201,9 @@ void canGenerateKeyboardShortcuts() {
200
201
@ NotYetImplemented (
201
202
value = CHROME ,
202
203
reason = "https://github.com/GoogleChromeLabs/chromium-bidi/issues/2321" )
204
+ @ NotYetImplemented (
205
+ value = EDGE ,
206
+ reason = "https://github.com/GoogleChromeLabs/chromium-bidi/issues/2321" )
203
207
public void testSelectionSelectBySymbol () {
204
208
driver .get (appServer .whereIs ("single_text_input.html" ));
205
209
@@ -229,6 +233,9 @@ public void testSelectionSelectBySymbol() {
229
233
@ NotYetImplemented (
230
234
value = CHROME ,
231
235
reason = "https://github.com/GoogleChromeLabs/chromium-bidi/issues/2321" )
236
+ @ NotYetImplemented (
237
+ value = EDGE ,
238
+ reason = "https://github.com/GoogleChromeLabs/chromium-bidi/issues/2321" )
232
239
public void testSelectionSelectByWord () {
233
240
assumeFalse (getEffectivePlatform (driver ).is (Platform .MAC ), "MacOS has alternative keyboard" );
234
241
You can’t perform that action at this time.
0 commit comments