Skip to content

Commit 3ec2724

Browse files
committed
Update FormHandlingTests.cs
1 parent 4443913 commit 3ec2724

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dotnet/test/common/FormHandlingTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ public void EmptyTextBoxesShouldReturnAnEmptyStringNotNull()
291291
Assert.That(emptyTextBox.GetDomProperty("value"), Is.Empty);
292292

293293
IWebElement emptyTextArea = driver.FindElement(By.Id("emptyTextArea"));
294-
Assert.That(emptyTextBox.GetDomProperty("value"), Is.Empty);
294+
Assert.That(emptyTextArea.GetDomProperty("value"), Is.Empty);
295295
}
296296

297297
[Test]

0 commit comments

Comments
 (0)