Skip to content

[🐛 Bug]: There are still some leftovers from the HtmlUnit removal #13171

Closed
@rbri

Description

@rbri

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    I-defectSomething is not working as intendedR-help wantedIssues looking for contributions

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions