Skip to content

Commit

Permalink
Ignoring drag-out-of-viewport tests for spec-compliant drivers in .NET
Browse files Browse the repository at this point in the history
  • Loading branch information
jimevans committed Jun 13, 2018
1 parent 655f27b commit 5484f95
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions dotnet/test/common/Interactions/DragAndDropTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ public void DragAndDropElementWithOffsetInIframeAtBottom()
}

[Test]
[IgnoreBrowser(Browser.Firefox, "Moving outside of view port throws exception in spec-compliant driver")]
[IgnoreBrowser(Browser.IE, "Moving outside of view port throws exception in spec-compliant driver")]
public void DragAndDropElementWithOffsetInScrolledDiv()
{
if (TestUtilities.IsFirefox(driver) && TestUtilities.IsNativeEventsEnabled(driver))
Expand Down Expand Up @@ -144,6 +146,7 @@ public void DragTooFar()

[Test]
[IgnoreBrowser(Browser.Firefox, "Problem with drag off viewport. See issue #1771")]
[IgnoreBrowser(Browser.IE, "Moving outside of view port throws exception in spec-compliant driver")]
public void ShouldAllowUsersToDragAndDropToElementsOffTheCurrentViewPort()
{
driver.Url = dragAndDropPage;
Expand Down Expand Up @@ -216,6 +219,8 @@ public void DragAndDropOnJQueryItems()

[Test]
[IgnoreBrowser(Browser.Opera, "Untested")]
[IgnoreBrowser(Browser.Firefox, "Moving outside of view port throws exception in spec-compliant driver")]
[IgnoreBrowser(Browser.IE, "Moving outside of view port throws exception in spec-compliant driver")]
public void CanDragAnElementNotVisibleInTheCurrentViewportDueToAParentOverflow()
{
driver.Url = dragDropOverflowPage;
Expand Down

0 comments on commit 5484f95

Please sign in to comment.