We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfcfcee commit 0606379Copy full SHA for 0606379
java/client/test/org/openqa/selenium/CorrectEventFiringTest.java
@@ -105,19 +105,6 @@ public void testShouldFireMouseOverEventWhenClicking() {
105
assertEventFired("mouseover");
106
}
107
108
- // TODO: this is a bad test: mousemove should not fire in a perfect click (e.g. mouse did not move
109
- // while doing down, up, click
110
- @JavascriptEnabled
111
- @Test
112
- @Ignore(MARIONETTE)
113
- public void testShouldFireMouseMoveEventWhenClicking() {
114
- driver.get(pages.javascriptPage);
115
-
116
- clickOnElementWhichRecordsEvents();
117
118
- assertEventFired("mousemove");
119
- }
120
121
@JavascriptEnabled
122
@Test
123
public void testShouldNotThrowIfEventHandlerThrows() {
0 commit comments