From 66015898dd130b06d844f958705c9a2ab1a11f4b Mon Sep 17 00:00:00 2001 From: Jim Evans Date: Thu, 13 Jun 2019 13:50:25 -0700 Subject: [PATCH] Adding ignore for .NET Chrome drag tests now that W3C mode is default --- dotnet/test/common/Interactions/DragAndDropTest.cs | 4 ++++ 1 file changed, 4 insertions(+) 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()