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 e267aa3 commit e8e453eCopy full SHA for e8e453e
NUnit-TestingBot-Sample/ParallelTests.cs
@@ -1,4 +1,5 @@
1
-using OpenQA.Selenium;
+using NUnit.Framework;
2
+using OpenQA.Selenium;
3
using OpenQA.Selenium.Chrome;
4
using OpenQA.Selenium.Firefox;
5
using OpenQA.Selenium.Remote;
@@ -90,6 +91,7 @@ public void CleanUp()
90
91
{
92
// Terminates the remote webdriver session
93
driver.Quit();
94
+ driver.Dispose();
95
}
96
97
NUnit-TestingBot-Sample/SampleTest.cs
@@ -88,6 +89,7 @@ public void CleanUp()
88
89
0 commit comments