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 7b1285a commit 0e69e8aCopy full SHA for 0e69e8a
IntegrationTests/DriverManagerTests/CustomServiceTests.cs
@@ -8,7 +8,7 @@
8
9
namespace IntegrationTests.DriverManagerTests
10
{
11
- public class CustomServiceTests: IDisposable
+ public sealed class CustomServiceTests: IDisposable
12
13
private IWebDriver _webDriver;
14
private readonly BinaryService _customBinaryService;
@@ -22,7 +22,7 @@ public CustomServiceTests()
22
}
23
24
[Fact, Trait("Category", "Browser")]
25
- protected void CustomServiceTest()
+ public void CustomServiceTest()
26
27
_driverExe = "geckodriver";
28
new DriverManager(_customBinaryService, _customVariableService).SetUpDriver(new FirefoxConfig());
0 commit comments