Skip to content

Commit

Permalink
[java] guard bidi test that broke in recent Chrome version
Browse files Browse the repository at this point in the history
  • Loading branch information
titusfortner committed Jun 14, 2024
1 parent bef2555 commit 8f5f329
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
import static org.assertj.core.api.Assertions.assertThat;
import static org.junit.jupiter.api.Assumptions.assumeFalse;
import static org.openqa.selenium.testing.TestUtilities.getEffectivePlatform;
import static org.openqa.selenium.testing.drivers.Browser.CHROME;
import static org.openqa.selenium.testing.drivers.Browser.IE;
import static org.openqa.selenium.testing.drivers.Browser.SAFARI;

Expand Down Expand Up @@ -196,6 +197,7 @@ void canGenerateKeyboardShortcuts() {
}

@Test
@NotYetImplemented(value = CHROME, reason = "Chrome click is selecting second half of text")
public void testSelectionSelectBySymbol() {
driver.get(appServer.whereIs("single_text_input.html"));

Expand Down

0 comments on commit 8f5f329

Please sign in to comment.