Skip to content

Use vue-test-utils for application row tests

What does this MR do?

The tests for the <application-row> component are still using the deprecated helpers/vue_mount_component_helper. This MR is to switch it to use vue-test-utils instead. Please note that the scope of this MR is only to switch to vue-test-utils, and aside from some low-hanging fruit, it does not and is not intended to address the robustness of the tests themselves.

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Edited by Daniel Tian

Merge request reports