diff --git a/dotnet/test/common/Interactions/DragAndDropTest.cs b/dotnet/test/common/Interactions/DragAndDropTest.cs index 71324cf20ef35..cc1642100f508 100644 --- a/dotnet/test/common/Interactions/DragAndDropTest.cs +++ b/dotnet/test/common/Interactions/DragAndDropTest.cs @@ -89,6 +89,8 @@ public void DragAndDropElementWithOffsetInIframeAtBottom() } [Test] + [IgnoreBrowser(Browser.Chrome, "Moving outside of view port throws exception in spec-compliant driver")] + [IgnoreBrowser(Browser.Edge, "Moving outside of view port throws exception in spec-compliant driver")] [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() @@ -134,6 +136,8 @@ public void DragTooFar() } [Test] + [IgnoreBrowser(Browser.Chrome, "Moving outside of view port throws exception in spec-compliant driver")] + [IgnoreBrowser(Browser.Edge, "Moving outside of view port throws exception in spec-compliant driver")] [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 ShouldAllowUsersToDragAndDropToElementsOffTheCurrentViewPort()