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 cf1cc6f commit 7b56da6Copy full SHA for 7b56da6
examples/dotnet/SeleniumDocs/Browsers/FirefoxTest.cs
@@ -81,10 +81,6 @@ public void LogsToConsole()
81
Assert.IsTrue(testLogHandler.Events.Count >= 1);
82
Assert.IsTrue(testLogHandler.Events.Any(e => e.Message.Contains("geckodriver INFO")));
83
}
84
- catch (Exception e)
85
- {
86
- // If the test fails, we still want to reset the global log
87
- }
88
finally
89
{
90
ResetGlobalLog();
0 commit comments