Skip to content

Commit

Permalink
dynamicProperty
Browse files Browse the repository at this point in the history
  • Loading branch information
nvborisenko committed Dec 7, 2024
1 parent bd26d88 commit 6b46e27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dotnet/test/common/ElementAttributeTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ public void GetAttributeOfUserDefinedProperty()
{
driver.Url = EnvironmentManager.Instance.UrlBuilder.WhereIs("userDefinedProperty.html");
IWebElement element = driver.FindElement(By.Id("d"));
Assert.That(element.GetAttribute("dynamicProperty"), Is.EqualTo("sampleValue"));
Assert.That(element.GetDomProperty("dynamicProperty"), Is.EqualTo("sampleValue"));
}

[Test]
Expand Down

0 comments on commit 6b46e27

Please sign in to comment.