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 2b74ae6 commit bd26d88Copy full SHA for bd26d88
dotnet/test/common/ElementAttributeTest.cs
@@ -325,7 +325,7 @@ public void GetAttributeDoesNotReturnAnObjectForSvgProperties()
325
326
driver.Url = svgPage;
327
IWebElement svgElement = driver.FindElement(By.Id("rotate"));
328
- Assert.That(svgElement.GetAttribute("transform"), Is.EqualTo("rotate(30)"));
+ Assert.That(svgElement.GetDomAttribute("transform"), Is.EqualTo("rotate(30)"));
329
}
330
331
[Test]
0 commit comments