Skip to content

Commit 994c97a

Browse files
committed
[java] Enabling a few BiDi tests
1 parent 773ba5b commit 994c97a

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

java/test/org/openqa/selenium/bidi/input/CombinedInputActionsTest.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -235,8 +235,6 @@ private void navigateToClicksPageAndClickLink() {
235235

236236
@SwitchToTopAfterTest
237237
@Test
238-
@NotYetImplemented(EDGE)
239-
@NotYetImplemented(CHROME)
240238
void canMoveMouseToAnElementInAnIframeAndClick() {
241239
driver.get(appServer.whereIs("click_tests/click_in_iframe.html"));
242240

java/test/org/openqa/selenium/bidi/input/DefaultMouseTest.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@
5757
import org.openqa.selenium.testing.Ignore;
5858
import org.openqa.selenium.testing.JupiterTestBase;
5959
import org.openqa.selenium.testing.NeedsFreshDriver;
60-
import org.openqa.selenium.testing.NotYetImplemented;
6160
import org.openqa.selenium.testing.SwitchToTopAfterTest;
6261

6362
/** Tests operations that involve mouse and keyboard. */
@@ -237,8 +236,6 @@ void testMoveAndClick() {
237236

238237
@SwitchToTopAfterTest
239238
@Test
240-
@NotYetImplemented(CHROME)
241-
@NotYetImplemented(EDGE)
242239
void testShouldClickElementInIFrame() {
243240
driver.get(pages.clicksPage);
244241
driver.switchTo().frame("source");

0 commit comments

Comments
 (0)