File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
java/test/org/openqa/selenium Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 19
19
20
20
import static org .assertj .core .api .Assertions .assertThat ;
21
21
import static org .junit .jupiter .api .Assumptions .assumeTrue ;
22
- import static org .openqa .selenium .testing .drivers .Browser .CHROME ;
23
- import static org .openqa .selenium .testing .drivers .Browser .EDGE ;
24
- import static org .openqa .selenium .testing .drivers .Browser .IE ;
22
+ import static org .openqa .selenium .testing .drivers .Browser .*;
25
23
26
24
import org .junit .jupiter .api .Test ;
27
25
import org .openqa .selenium .environment .GlobalTestEnvironment ;
@@ -75,6 +73,7 @@ void testEnteringHebrewTextFromRightToLeft() {
75
73
@ Test
76
74
@ Ignore (value = CHROME , reason = "ChromeDriver only supports characters in the BMP" )
77
75
@ Ignore (value = EDGE , reason = "EdgeDriver only supports characters in the BMP" )
76
+ @ Ignore (value = FIREFOX , reason = "https://github.com/mozilla/geckodriver/issues/2139" )
78
77
public void testEnteringSupplementaryCharacters () {
79
78
driver .get (pages .chinesePage );
80
79
You can’t perform that action at this time.
0 commit comments