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 795804a commit 9801c50Copy full SHA for 9801c50
dotnet/test/support/Events/EventFiringWebDriverTest.cs
@@ -284,7 +284,7 @@ public void ShouldFireFindEventsInShadowRoot()
284
Assert.That(findingElementArgs, Is.Not.Null);
285
Assert.That(findingElementArgs.Driver, Is.EqualTo(mockDriver.Object));
286
Assert.That(findingElementArgs.Element, Is.Null);
287
-
+
288
Assert.That(findElementCompletedArgs, Is.Not.Null);
289
Assert.That(findElementCompletedArgs.Driver, Is.EqualTo(mockDriver.Object));
290
Assert.That(findElementCompletedArgs.Element, Is.Null);
0 commit comments