Skip to content

Commit acbf7b8

Browse files
committed
rows
1 parent 81a234e commit acbf7b8

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
@@ -268,7 +268,7 @@ public void ShouldGetNumericAtribute()
268268
{
269269
driver.Url = formsPage;
270270
IWebElement element = driver.FindElement(By.Id("withText"));
271-
Assert.That(element.GetAttribute("rows"), Is.EqualTo("5"));
271+
Assert.That(element.GetDomAttribute("rows"), Is.EqualTo("5"));
272272
}
273273

274274
[Test]

0 commit comments

Comments
 (0)