srowen commented on a change in pull request #25852: [MINOR][BUILD] Fix about
15 misc build warnings
URL: https://github.com/apache/spark/pull/25852#discussion_r326185905
##########
File path:
core/src/test/scala/org/apache/spark/deploy/history/HistoryServerSuite.scala
##########
@@ -366,7 +366,7 @@ class HistoryServerSuite extends SparkFunSuite with
BeforeAndAfter with Matchers
server.attachHandler(contextHandler)
implicit val webDriver: WebDriver =
- new HtmlUnitDriver(BrowserVersion.INTERNET_EXPLORER_11, true)
+ new HtmlUnitDriver(BrowserVersion.INTERNET_EXPLORER, true)
Review comment:
https://github.com/apache/spark/pull/24843#discussion_r294049535 is
relevant, but, I imagine any modern browser would handle the jquery JS fine
too. I can try just removing this specification, as it (now) defaults to Chrome
(51). I think before it emulated IE 8.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]