We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f4b69f commit 4d1f81aCopy full SHA for 4d1f81a
java/client/test/org/openqa/selenium/interactions/DragAndDropTest.java
@@ -116,7 +116,6 @@ public void testDragAndDropElementWithOffsetInIframeAtBottom() {
116
}
117
118
@JavascriptEnabled
119
- @Ignore(value = {IE})
120
@Test
121
public void testDragAndDropElementWithOffsetInScrolledDiv() {
122
assumeFalse("See issue 4241", Browser.detect() == Browser.ff &&
@@ -230,7 +229,7 @@ public void testDragAndDropOnJQueryItems() {
230
229
231
232
233
- @Ignore({IE, PHANTOMJS, SAFARI})
+ @Ignore({PHANTOMJS, SAFARI})
234
public void canDragAnElementNotVisibleInTheCurrentViewportDueToAParentOverflow() {
235
driver.get(pages.dragDropOverflow);
236
0 commit comments