driver quit removed. latest library is killing it already.

This commit is contained in:
Greg Gauthier 2020-11-17 18:19:27 +00:00
parent 3547f6b378
commit be3809d5dd
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ namespace weehawken
[TearDown]
public void TearDown()
{
driver.Quit();
//driver.Quit();
Console.WriteLine("End Test");
}