mirror of
https://github.com/Kingsrook/qqq-frontend-material-dashboard.git
synced 2025-07-17 21:00:45 +00:00
fix to selenium test by updating pom dependency
This commit is contained in:
2
pom.xml
2
pom.xml
@ -77,7 +77,7 @@
|
||||
<dependency>
|
||||
<groupId>org.seleniumhq.selenium</groupId>
|
||||
<artifactId>selenium-java</artifactId>
|
||||
<version>4.10.0</version>
|
||||
<version>4.15.0</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
|
@ -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