break it a different way
diff --git a/dotnet/test/common/ElementFindingTest.cs b/dotnet/test/common/ElementFindingTest.cs index a250f61..5dff174 100644 --- a/dotnet/test/common/ElementFindingTest.cs +++ b/dotnet/test/common/ElementFindingTest.cs
@@ -34,8 +34,8 @@ { driver.Url = xhtmlTestPage; IWebElement element = driver.FindElement(By.Id("linkId")); - Assert.That("true", Is.EqualTo("Intentionally failing for CI debug rerun")); Assert.That(element.GetAttribute("id"), Is.EqualTo("linkId")); + Assert.That("true", Is.EqualTo("Intentionally failing for CI debug rerun")); } [Test]