Closed
Description
What happened?
Looks like there are some leftovers from [java] remove the unused htmlunit-driver from the unit tests (#12849).
- "net.sourceforge.htmlunit:htmlunit-core-js:2.70.0" is still referenced from some bzl scripts as dependency
- java\test\org\openqa\selenium\atoms\CompiledAtomsNotLeakingTest.java is base on core-js but the referenced RESOURCE_PATH = "/org/openqa/selenium/atoms/execute_script.js" no longer exists
- java\test\org\openqa\selenium\atoms\InputAtomsTest.java is base on core-js but the referenced RESOURCE_PATH = "/org/openqa/selenium/atoms/atoms_inputs.js" no longer exists
How can we reproduce the issue?
* verify if the tests (CompiledAtomsNotLeakingTest.java, InputAtomsTest.java) are still part of the test suite and passing
Relevant log output
nothing
Operating System
any
Selenium version
any
What are the browser(s) and version(s) where you see this issue?
any
What are the browser driver(s) and version(s) where you see this issue?
any
Are you using Selenium Grid?
no