diff --git a/dotnet/test/common/ClearTest.cs b/dotnet/test/common/ClearTest.cs index d65a7f7e7a00a..4b8f8bf0d7b58 100644 --- a/dotnet/test/common/ClearTest.cs +++ b/dotnet/test/common/ClearTest.cs @@ -35,8 +35,6 @@ public void WritableTextInputShouldClear() } [Test] - [IgnoreBrowser(Browser.Chrome, "https://bugs.chromium.org/p/chromedriver/issues/detail?id=4743")] - [IgnoreBrowser(Browser.Edge, "https://bugs.chromium.org/p/chromedriver/issues/detail?id=4743")] public void TextInputShouldNotClearWhenDisabled() { driver.Url = readOnlyPage; @@ -67,8 +65,6 @@ public void WritableTextAreaShouldClear() } [Test] - [IgnoreBrowser(Browser.Chrome, "https://bugs.chromium.org/p/chromedriver/issues/detail?id=4743")] - [IgnoreBrowser(Browser.Edge, "https://bugs.chromium.org/p/chromedriver/issues/detail?id=4743")] public void TextAreaShouldNotClearWhenDisabled() { driver.Url = readOnlyPage; diff --git a/dotnet/test/common/ContentEditableTest.cs b/dotnet/test/common/ContentEditableTest.cs index 73f1e2c3cc20f..73616fe13848f 100644 --- a/dotnet/test/common/ContentEditableTest.cs +++ b/dotnet/test/common/ContentEditableTest.cs @@ -78,8 +78,6 @@ public void ShouldBeAbleToTypeIntoEmptyContentEditableElement() } [Test] - [IgnoreBrowser(Browser.Chrome, "Driver prepends text in contentEditable areas")] - [IgnoreBrowser(Browser.Edge, "Driver prepends text in contentEditable areas")] [IgnoreBrowser(Browser.Firefox, "Driver prepends text in contentEditable areas")] [IgnoreBrowser(Browser.Safari, "Driver prepends text to contentEditable areas")] public void ShouldBeAbleToTypeIntoContentEditableElementWithExistingValue() @@ -108,8 +106,6 @@ public void ShouldBeAbleToTypeIntoTinyMCE() } [Test] - [IgnoreBrowser(Browser.Chrome, "Driver prepends text in contentEditable areas")] - [IgnoreBrowser(Browser.Edge, "Driver prepends text in contentEditable areas")] [IgnoreBrowser(Browser.Firefox, "Driver prepends text in contentEditable areas")] [IgnoreBrowser(Browser.IE, "Prepends text")] [IgnoreBrowser(Browser.Safari, "Driver prepends text to contentEditable areas")] @@ -127,8 +123,6 @@ public void ShouldAppendToTinyMCE() } [Test] - [IgnoreBrowser(Browser.Chrome, "Driver prepends text in contentEditable areas")] - [IgnoreBrowser(Browser.Edge, "Driver prepends text in contentEditable areas")] [IgnoreBrowser(Browser.Firefox, "Browser does not automatically focus body element in frame")] [IgnoreBrowser(Browser.Safari, "Driver prepends text to contentEditable areas")] public void AppendsTextToEndOfContentEditableWithMultipleTextNodes() diff --git a/dotnet/test/common/CookieImplementationTest.cs b/dotnet/test/common/CookieImplementationTest.cs index 2cc8a3c5cc2e8..323ebf5834207 100644 --- a/dotnet/test/common/CookieImplementationTest.cs +++ b/dotnet/test/common/CookieImplementationTest.cs @@ -199,8 +199,6 @@ public void AddCookiesWithDifferentPathsThatAreRelatedToOurs() } [Test] - [IgnoreBrowser(Browser.Chrome, "Chrome does not retrieve cookies when in frame.")] - [IgnoreBrowser(Browser.Edge, "Edge does not retrieve cookies when in frame.")] [IgnoreBrowser(Browser.Firefox, "https://github.com/mozilla/geckodriver/issues/1104")] public void GetCookiesInAFrame() { diff --git a/dotnet/test/common/ElementFindingTest.cs b/dotnet/test/common/ElementFindingTest.cs index f1375531be5f3..e6a02b9e458f4 100644 --- a/dotnet/test/common/ElementFindingTest.cs +++ b/dotnet/test/common/ElementFindingTest.cs @@ -457,8 +457,6 @@ public void ShouldThrowAnExceptionWhenThereIsNoLinkToClick() } [Test] - [IgnoreBrowser(Browser.Chrome, "https://bugs.chromium.org/p/chromedriver/issues/detail?id=4743")] - [IgnoreBrowser(Browser.Edge, "https://bugs.chromium.org/p/chromedriver/issues/detail?id=4743")] public void ShouldThrowInvalidSelectorExceptionWhenXPathIsSyntacticallyInvalidInDriverFindElement() { driver.Url = formsPage; @@ -466,8 +464,6 @@ public void ShouldThrowInvalidSelectorExceptionWhenXPathIsSyntacticallyInvalidIn } [Test] - [IgnoreBrowser(Browser.Chrome, "https://bugs.chromium.org/p/chromedriver/issues/detail?id=4743")] - [IgnoreBrowser(Browser.Edge, "https://bugs.chromium.org/p/chromedriver/issues/detail?id=4743")] public void ShouldThrowInvalidSelectorExceptionWhenXPathIsSyntacticallyInvalidInDriverFindElements() { if (TestUtilities.IsIE6(driver)) @@ -481,8 +477,6 @@ public void ShouldThrowInvalidSelectorExceptionWhenXPathIsSyntacticallyInvalidIn } [Test] - [IgnoreBrowser(Browser.Chrome, "https://bugs.chromium.org/p/chromedriver/issues/detail?id=4743")] - [IgnoreBrowser(Browser.Edge, "https://bugs.chromium.org/p/chromedriver/issues/detail?id=4743")] public void ShouldThrowInvalidSelectorExceptionWhenXPathIsSyntacticallyInvalidInElementFindElement() { driver.Url = formsPage; @@ -491,8 +485,6 @@ public void ShouldThrowInvalidSelectorExceptionWhenXPathIsSyntacticallyInvalidIn } [Test] - [IgnoreBrowser(Browser.Chrome, "https://bugs.chromium.org/p/chromedriver/issues/detail?id=4743")] - [IgnoreBrowser(Browser.Edge, "https://bugs.chromium.org/p/chromedriver/issues/detail?id=4743")] public void ShouldThrowInvalidSelectorExceptionWhenXPathIsSyntacticallyInvalidInElementFindElements() { driver.Url = formsPage; @@ -501,8 +493,6 @@ public void ShouldThrowInvalidSelectorExceptionWhenXPathIsSyntacticallyInvalidIn } [Test] - [IgnoreBrowser(Browser.Chrome, "https://bugs.chromium.org/p/chromedriver/issues/detail?id=4743")] - [IgnoreBrowser(Browser.Edge, "https://bugs.chromium.org/p/chromedriver/issues/detail?id=4743")] public void ShouldThrowInvalidSelectorExceptionWhenXPathReturnsWrongTypeInDriverFindElement() { driver.Url = formsPage; @@ -510,8 +500,6 @@ public void ShouldThrowInvalidSelectorExceptionWhenXPathReturnsWrongTypeInDriver } [Test] - [IgnoreBrowser(Browser.Chrome, "https://bugs.chromium.org/p/chromedriver/issues/detail?id=4743")] - [IgnoreBrowser(Browser.Edge, "https://bugs.chromium.org/p/chromedriver/issues/detail?id=4743")] public void ShouldThrowInvalidSelectorExceptionWhenXPathReturnsWrongTypeInDriverFindElements() { if (TestUtilities.IsIE6(driver)) @@ -525,8 +513,6 @@ public void ShouldThrowInvalidSelectorExceptionWhenXPathReturnsWrongTypeInDriver } [Test] - [IgnoreBrowser(Browser.Chrome, "https://bugs.chromium.org/p/chromedriver/issues/detail?id=4743")] - [IgnoreBrowser(Browser.Edge, "https://bugs.chromium.org/p/chromedriver/issues/detail?id=4743")] public void ShouldThrowInvalidSelectorExceptionWhenXPathReturnsWrongTypeInElementFindElement() { driver.Url = formsPage; @@ -536,8 +522,6 @@ public void ShouldThrowInvalidSelectorExceptionWhenXPathReturnsWrongTypeInElemen } [Test] - [IgnoreBrowser(Browser.Chrome, "https://bugs.chromium.org/p/chromedriver/issues/detail?id=4743")] - [IgnoreBrowser(Browser.Edge, "https://bugs.chromium.org/p/chromedriver/issues/detail?id=4743")] public void ShouldThrowInvalidSelectorExceptionWhenXPathReturnsWrongTypeInElementFindElements() { if (TestUtilities.IsIE6(driver)) diff --git a/dotnet/test/common/ExecutingAsyncJavascriptTest.cs b/dotnet/test/common/ExecutingAsyncJavascriptTest.cs index ef0711453b6dc..c663d6ddac78f 100644 --- a/dotnet/test/common/ExecutingAsyncJavascriptTest.cs +++ b/dotnet/test/common/ExecutingAsyncJavascriptTest.cs @@ -137,7 +137,6 @@ public void ShouldBeAbleToReturnWebElementsFromAsyncScripts() } [Test] - [IgnoreBrowser(Browser.Chrome, "https://bugs.chromium.org/p/chromedriver/issues/detail?id=4525")] public void ShouldBeAbleToReturnArraysOfWebElementsFromAsyncScripts() { driver.Url = ajaxyPage; diff --git a/dotnet/test/common/Interactions/BasicMouseInterfaceTest.cs b/dotnet/test/common/Interactions/BasicMouseInterfaceTest.cs index 41ffa4812164f..fdebe049bd99b 100644 --- a/dotnet/test/common/Interactions/BasicMouseInterfaceTest.cs +++ b/dotnet/test/common/Interactions/BasicMouseInterfaceTest.cs @@ -280,10 +280,6 @@ public void ShouldAllowUsersToHoverOverElements() driver.Url = javascriptPage; IWebElement element = driver.FindElement(By.Id("menu1")); - if (!Platform.CurrentPlatform.IsPlatformType(PlatformType.Windows)) - { - Assert.Ignore("Skipping test: Simulating hover needs native events"); - } IWebElement item = driver.FindElement(By.Id("item1")); Assert.That(item.Text, Is.EqualTo("")); diff --git a/dotnet/test/common/SvgDocumentTest.cs b/dotnet/test/common/SvgDocumentTest.cs index 5a777d920492a..491440b5e624f 100644 --- a/dotnet/test/common/SvgDocumentTest.cs +++ b/dotnet/test/common/SvgDocumentTest.cs @@ -26,8 +26,6 @@ public class SvgDocumentTest : DriverTestFixture { [Test] [IgnoreBrowser(Browser.IE, "IE driver in Edge does not support clicking on SVG element")] - [IgnoreBrowser(Browser.Chrome, "Chrome driver does not support clicking on SVG element yet")] - [IgnoreBrowser(Browser.Edge, "Edge driver does not support clicking on SVG element yet")] public void ClickOnSvgElement() { if (TestUtilities.IsOldIE(driver)) diff --git a/dotnet/test/common/UploadTest.cs b/dotnet/test/common/UploadTest.cs index 5608e1e5d2747..8f7af0fee6e5b 100644 --- a/dotnet/test/common/UploadTest.cs +++ b/dotnet/test/common/UploadTest.cs @@ -73,8 +73,6 @@ public void CleanFileInput() } [Test] - [IgnoreBrowser(Browser.Chrome, "Chrome driver does not throw exception.")] - [IgnoreBrowser(Browser.Edge, "Edge driver does not throw exception.")] public void ClickFileInput() { driver.Url = uploadPage;