Skip to content

Commit 2cd2720

Browse files
committed
[java] Marking test as not implemented
The version in CI has not implemented the window proxy properties.
1 parent 111086d commit 2cd2720

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
3636
import java.util.List;
3737
import java.util.Optional;
3838

39-
import org.assertj.core.api.AssertionsForClassTypes;
4039
import org.junit.jupiter.api.BeforeEach;
4140
import org.junit.jupiter.api.Test;
4241
import org.openqa.selenium.By;
@@ -262,6 +261,7 @@ private void navigateToClicksPageAndClickLink() {
262261
@NotYetImplemented(SAFARI)
263262
@NotYetImplemented(IE)
264263
@NotYetImplemented(EDGE)
264+
@NotYetImplemented(FIREFOX)
265265
void canMoveMouseToAnElementInAnIframeAndClick() {
266266
driver.get(appServer.whereIs("click_tests/click_in_iframe.html"));
267267

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,7 @@ void testMoveAndClick() {
264264
@NotYetImplemented(SAFARI)
265265
@NotYetImplemented(IE)
266266
@NotYetImplemented(EDGE)
267+
@NotYetImplemented(FIREFOX)
267268
void testShouldClickElementInIFrame() {
268269
driver.get(pages.clicksPage);
269270
driver.switchTo().frame("source");

java/test/org/openqa/selenium/bidi/script/ScriptCommandsTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
import static org.openqa.selenium.testing.Safely.safelyCall;
2323
import static org.openqa.selenium.testing.drivers.Browser.CHROME;
2424
import static org.openqa.selenium.testing.drivers.Browser.EDGE;
25+
import static org.openqa.selenium.testing.drivers.Browser.FIREFOX;
2526
import static org.openqa.selenium.testing.drivers.Browser.IE;
2627
import static org.openqa.selenium.testing.drivers.Browser.SAFARI;
2728

@@ -120,6 +121,7 @@ void canCallFunctionWithArguments() {
120121
@NotYetImplemented(IE)
121122
@NotYetImplemented(EDGE)
122123
@NotYetImplemented(CHROME)
124+
@NotYetImplemented(FIREFOX)
123125
void canCallFunctionToGetIFrameBrowsingContext() {
124126
String url = appServer.whereIs("click_too_big_in_frame.html");
125127
driver.get(url);

0 commit comments

Comments
 (0)