tbonelee commented on code in PR #5089:
URL: https://github.com/apache/zeppelin/pull/5089#discussion_r2393339931
##########
zeppelin-integration/src/test/java/org/apache/zeppelin/WebDriverManager.java:
##########
@@ -89,6 +90,14 @@ private WebDriver constructWebDriver(int port) {
return null;
}
};
+ Supplier<WebDriver> edgeDriverSupplier = () -> {
Review Comment:
I've added it, thanks!
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]