File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
java/client/test/org/openqa/selenium/interactions Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 38
38
import org .openqa .selenium .support .ui .ExpectedConditions ;
39
39
import org .openqa .selenium .testing .Ignore ;
40
40
import org .openqa .selenium .testing .JUnit4TestBase ;
41
+ import org .openqa .selenium .testing .NotYetImplemented ;
41
42
import org .openqa .selenium .testing .TestUtilities ;
42
43
43
44
/**
@@ -191,6 +192,7 @@ public void canGenerateKeyboardShortcuts() {
191
192
}
192
193
193
194
@ Test
195
+ @ NotYetImplemented (value = MARIONETTE , reason = "https://bugzilla.mozilla.org/show_bug.cgi?id=1422583" )
194
196
public void testSelectionSelectBySymbol () {
195
197
driver .get (appServer .whereIs ("single_text_input.html" ));
196
198
@@ -213,6 +215,7 @@ public void testSelectionSelectBySymbol() {
213
215
214
216
@ Test
215
217
@ Ignore (IE )
218
+ @ NotYetImplemented (value = MARIONETTE , reason = "https://bugzilla.mozilla.org/show_bug.cgi?id=1422583" )
216
219
public void testSelectionSelectByWord () {
217
220
assumeFalse (
218
221
"MacOS has alternative keyboard" ,
You can’t perform that action at this time.
0 commit comments