File tree Expand file tree Collapse file tree 2 files changed +0
-5
lines changed
java/test/org/openqa/selenium/bidi/input Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 5757import org .openqa .selenium .testing .Ignore ;
5858import org .openqa .selenium .testing .JupiterTestBase ;
5959import org .openqa .selenium .testing .NeedsFreshDriver ;
60- import org .openqa .selenium .testing .NotYetImplemented ;
6160import 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" );
You can’t perform that action at this time.
0 commit comments