Do not instantiate stores in GKE store tests
The create GKE cluster Vuex store tests were instantiating the entire VueX store. This is unnecessary and it makes more difficult to add Vuex modules to the store. This Merge Request addresses this problem.