diff --git a/dev/TabView/InteractionTests/TabViewTests.cs b/dev/TabView/InteractionTests/TabViewTests.cs index 89681dad08..68a7eb5ae5 100755 --- a/dev/TabView/InteractionTests/TabViewTests.cs +++ b/dev/TabView/InteractionTests/TabViewTests.cs @@ -327,13 +327,6 @@ public void HandleItemCloseRequestedTest() [TestMethod] public void DragBetweenTabViewsTest() { - if (PlatformConfiguration.IsOSVersionLessThan(OSVersion.Redstone5)) - { - // TODO 19727004: Re-enable this on versions below RS5 after fixing the bug where mouse click-and-drag doesn't work. - Log.Warning("This test relies on touch input, the injection of which is only supported in RS5 and up. Test is disabled."); - return; - } - using (var setup = new TestSetupHelper("TabView Tests")) { UIObject firstTab = FindElement.ByName("FirstTab"); @@ -361,13 +354,6 @@ public void DragBetweenTabViewsTest() [TestMethod] public void ReorderItemsTest() { - if (PlatformConfiguration.IsOSVersionLessThan(OSVersion.Redstone5)) - { - // TODO 19727004: Re-enable this on versions below RS5 after fixing the bug where mouse click-and-drag doesn't work. - Log.Warning("This test relies on touch input, the injection of which is only supported in RS5 and up. Test is disabled."); - return; - } - using (var setup = new TestSetupHelper("TabView Tests")) { Button tabItemsSourcePageButton = FindElement.ByName