Skip to content

Commit bd45673

Browse files
committed
More testing
1 parent 2b3852d commit bd45673

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

dotnet/test/common/TempSharedDriverServiceTest.cs

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,17 @@ namespace OpenQA.Selenium
77
// DELETE IT IN FINAL MERGE
88
class _TempSharedDriverServiceTest
99
{
10+
[Test]
11+
public void Implicitly()
12+
{
13+
using (var driver = new ChromeDriver())
14+
{
15+
16+
}
17+
18+
Assert.That(Process.GetProcessesByName("chromedriver"), Is.Empty);
19+
}
20+
1021
[Test]
1122
public void Normal()
1223
{

0 commit comments

Comments
 (0)