We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f73968c commit 935e53cCopy full SHA for 935e53c
dotnet/test/common/SvgDocumentTest.cs
@@ -26,8 +26,6 @@ public class SvgDocumentTest : DriverTestFixture
26
{
27
[Test]
28
[IgnoreBrowser(Browser.IE, "IE driver in Edge does not support clicking on SVG element")]
29
- [IgnoreBrowser(Browser.Chrome, "Chrome driver does not support clicking on SVG element yet")]
30
- [IgnoreBrowser(Browser.Edge, "Edge driver does not support clicking on SVG element yet")]
31
public void ClickOnSvgElement()
32
33
if (TestUtilities.IsOldIE(driver))
0 commit comments