File tree Expand file tree Collapse file tree
java/test/org/openqa/selenium Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919
2020import static org .assertj .core .api .Assertions .assertThat ;
2121import 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 .*;
2523
2624import org .junit .jupiter .api .Test ;
2725import org .openqa .selenium .environment .GlobalTestEnvironment ;
@@ -75,6 +73,7 @@ void testEnteringHebrewTextFromRightToLeft() {
7573 @ Test
7674 @ Ignore (value = CHROME , reason = "ChromeDriver only supports characters in the BMP" )
7775 @ Ignore (value = EDGE , reason = "EdgeDriver only supports characters in the BMP" )
76+ @ Ignore (value = FIREFOX , reason = "https://github.com/mozilla/geckodriver/issues/2139" )
7877 public void testEnteringSupplementaryCharacters () {
7978 driver .get (pages .chinesePage );
8079
You can’t perform that action at this time.
0 commit comments