From 915b5b9323d2e79180d180f658314041e191685f Mon Sep 17 00:00:00 2001 From: titusfortner Date: Thu, 5 Oct 2023 22:46:35 -0500 Subject: [PATCH] [java] remove IE 9 check in test --- java/test/org/openqa/selenium/I18nTest.java | 4 ---- 1 file changed, 4 deletions(-) diff --git a/java/test/org/openqa/selenium/I18nTest.java b/java/test/org/openqa/selenium/I18nTest.java index 3ddf9d7744095..02f1b1e7c5708 100644 --- a/java/test/org/openqa/selenium/I18nTest.java +++ b/java/test/org/openqa/selenium/I18nTest.java @@ -18,7 +18,6 @@ package org.openqa.selenium; import static org.assertj.core.api.Assertions.assertThat; -import static org.junit.jupiter.api.Assumptions.assumeFalse; import static org.junit.jupiter.api.Assumptions.assumeTrue; import static org.openqa.selenium.testing.drivers.Browser.CHROME; import static org.openqa.selenium.testing.drivers.Browser.EDGE; @@ -77,9 +76,6 @@ void testEnteringHebrewTextFromRightToLeft() { @Ignore(value = CHROME, reason = "ChromeDriver only supports characters in the BMP") @Ignore(value = EDGE, reason = "EdgeDriver only supports characters in the BMP") public void testEnteringSupplementaryCharacters() { - assumeFalse( - TestUtilities.isInternetExplorer(driver) && TestUtilities.getIEVersion(driver) < 10, - "IE: versions less thank 10 have issue 5069"); driver.get(pages.chinesePage); String input = "";