Skip to content

Use vue test utils for Kubernetes applications component tests

Daniel Tian requested to merge 207322-use-vue-test-utils-for-k8s-app-tests into master

What does this MR do?

mountComponent has been deprecated, but the tests for the Kubernetes applications component still uses it. This MR changes it to use vue-test-utils' mount and shallowMount. Please note that the purpose of this MR is to switch from mountComponent to mount/shallowMount. It does not address, nor is it 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