File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
java/client/test/org/openqa/selenium/interactions Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 35
35
import org .junit .Test ;
36
36
import org .openqa .selenium .By ;
37
37
import org .openqa .selenium .JavascriptExecutor ;
38
+ import org .openqa .selenium .NeedsFreshDriver ;
38
39
import org .openqa .selenium .NoDriverAfterTest ;
39
40
import org .openqa .selenium .Platform ;
40
41
import org .openqa .selenium .Point ;
@@ -122,6 +123,7 @@ public void testDragAndDropElementWithOffsetInIframeAtBottom() {
122
123
@ JavascriptEnabled
123
124
@ Ignore (value = {IE }, reason = "IE fails this test if requireWindowFocus=true" )
124
125
@ Test
126
+ @ NeedsFreshDriver // fails in Sauce if run in a dirty state; to be investigated
125
127
public void testDragAndDropElementWithOffsetInScrolledDiv () {
126
128
driver .get (appServer .whereIs ("dragAndDropInsideScrolledDiv.html" ));
127
129
You can’t perform that action at this time.
0 commit comments