mirror of
https://github.com/Kingsrook/qqq-frontend-material-dashboard.git
synced 2025-07-18 05:10:45 +00:00
Test improvements
This commit is contained in:
@ -19,7 +19,7 @@ public class QBaseSeleniumTest
|
||||
{
|
||||
private static ChromeOptions chromeOptions;
|
||||
|
||||
private WebDriver driver;
|
||||
protected WebDriver driver;
|
||||
protected QSeleniumJavalin qSeleniumJavalin;
|
||||
protected QSeleniumLib qSeleniumLib;
|
||||
|
||||
@ -83,6 +83,8 @@ public class QBaseSeleniumTest
|
||||
@AfterEach
|
||||
void afterEach()
|
||||
{
|
||||
qSeleniumLib.takeScreenshotToFile();
|
||||
|
||||
if(driver != null)
|
||||
{
|
||||
driver.quit();
|
||||
|
Reference in New Issue
Block a user