Skip to content

Commit 419e0b1

Browse files
committed
fix whitespace
1 parent 91be58a commit 419e0b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dotnet/test/common/ClearTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ private void ShouldBeAbleToClearInput(By locator, string oldValue, string cleare
203203
driver.Url = EnvironmentManager.Instance.UrlBuilder.WhereIs("inputs.html");
204204
IWebElement element = driver.FindElement(locator);
205205
Assert.That(element.GetAttribute("value"), Is.EqualTo(oldValue));
206-
206+
207207
element.Clear();
208208
Assert.That(element.GetAttribute("value"), Is.EqualTo(clearedValue));
209209
}

0 commit comments

Comments
 (0)