Skip to content

Refactor job_app not to use js-selectors

What does this MR do?

Refactor job_app_spec not to use js selectors. This also led me to do some refactoring on test files I was changing anyway to use VTU.

Please keep in mind that my goal was not to improve 100% each of these test files. My goal was:

  • Using VTU
  • Not using js- selectors

There is only one file that I updated 2 selectors and did not update to use VTU and it's sidebar.vue since I felt it was starting to get quite cramped and that file looked like it would take its own MR to update VTU, the selectors and even the test cases.

Since this is a backstage change, it doesn't require a changelog.

Closes #223211 (closed)

Edited by Frédéric Caplette

Merge request reports