Upgrading VTU to v1: Remove deprecate `methods` from `environments_dashboard`
What does this MR do
This MR is part of &3856 (closed) and &5102
This change switches from using deprecated methods
option in mount
/ shallowMount
to action spies on Vuex
Additional changes "while we are here":
- remove
localVue
usage as per #220482 - unify
nextTick
as per gitlab-org/frontend/rfcs#47 (closed)