mirror of
https://github.com/Kingsrook/qqq-frontend-material-dashboard.git
synced 2025-07-22 15:18:44 +00:00
fix to selenium test by updating pom dependency
This commit is contained in:
@ -46,7 +46,7 @@ public class QBaseSeleniumTest
|
||||
String headless = System.getenv("QQQ_SELENIUM_HEADLESS");
|
||||
if("true".equals(headless))
|
||||
{
|
||||
chromeOptions.setHeadless(true);
|
||||
chromeOptions.addArguments("--headless=new");
|
||||
}
|
||||
|
||||
WebDriverManager.chromiumdriver().setup();
|
||||
|
Reference in New Issue
Block a user