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 4443913 commit 3ec2724Copy full SHA for 3ec2724
dotnet/test/common/FormHandlingTests.cs
@@ -291,7 +291,7 @@ public void EmptyTextBoxesShouldReturnAnEmptyStringNotNull()
291
Assert.That(emptyTextBox.GetDomProperty("value"), Is.Empty);
292
293
IWebElement emptyTextArea = driver.FindElement(By.Id("emptyTextArea"));
294
- Assert.That(emptyTextBox.GetDomProperty("value"), Is.Empty);
+ Assert.That(emptyTextArea.GetDomProperty("value"), Is.Empty);
295
}
296
297
[Test]
0 commit comments