Skip to content

Commit

Permalink
[java] remove annotations from tests that firefox now passes
Browse files Browse the repository at this point in the history
  • Loading branch information
titusfortner committed Jan 18, 2024
1 parent d0f8811 commit bd8c5d9
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,6 @@ private void navigateToClicksPageAndClickLink() {
@NotYetImplemented(SAFARI)
@NotYetImplemented(IE)
@NotYetImplemented(EDGE)
@NotYetImplemented(FIREFOX)
void canMoveMouseToAnElementInAnIframeAndClick() {
driver.get(appServer.whereIs("click_tests/click_in_iframe.html"));

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,6 @@ void testMoveAndClick() {
@NotYetImplemented(SAFARI)
@NotYetImplemented(IE)
@NotYetImplemented(EDGE)
@NotYetImplemented(FIREFOX)
void testShouldClickElementInIFrame() {
driver.get(pages.clicksPage);
driver.switchTo().frame("source");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ void canCallFunctionWithArguments() {
@NotYetImplemented(IE)
@NotYetImplemented(EDGE)
@NotYetImplemented(CHROME)
@NotYetImplemented(FIREFOX)
void canCallFunctionToGetIFrameBrowsingContext() {
String url = appServer.whereIs("click_too_big_in_frame.html");
driver.get(url);
Expand Down

0 comments on commit bd8c5d9

Please sign in to comment.