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 2e27142 commit 513ad67Copy full SHA for 513ad67
dotnet/test/firefox/FirefoxDriverServiceTest.cs
@@ -63,7 +63,7 @@ public void ShouldRedirectGeckoDriverLogsToFile()
63
64
IWebDriver firefoxDriver = new FirefoxDriver(service, options);
65
firefoxDriver.Quit();
66
-
+
67
try
68
{
69
Assert.That(File.Exists(logPath), Is.True);
0 commit comments