Skip to content

Commit 2b9d171

Browse files
committed
cheese
1 parent ba85145 commit 2b9d171

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dotnet/test/common/ElementAttributeTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public void ShouldReturnNullWhenGettingTheValueOfAnAttributeThatIsNotListed()
3333
{
3434
driver.Url = simpleTestPage;
3535
IWebElement head = driver.FindElement(By.XPath("/html"));
36-
string attribute = head.GetAttribute("cheese");
36+
string attribute = head.GetDomAttribute("cheese");
3737
Assert.That(attribute, Is.Null);
3838
}
3939

0 commit comments

Comments
 (0)