We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6607a27 commit b296684Copy full SHA for b296684
java/client/test/org/openqa/selenium/I18nTest.java
@@ -169,10 +169,7 @@ public void testShouldBeAbleToActivateIMEEngine() throws InterruptedException {
169
+ " It was:" + elementValue, elementValue.equals(tokyo));
170
}
171
172
- @Ignore(value = {IE, CHROME, FIREFOX},
173
- reason = "Not implemented on anything other than"
174
- + "Firefox/Linux at the moment.")
175
- @NotYetImplemented(HTMLUNIT)
+ @Ignore(value = {IE, CHROME, FIREFOX})
176
@Test
177
public void testShouldBeAbleToInputJapanese() {
178
assumeTrue("IME is supported on Linux only.",
0 commit comments