If I want to start component testing for our Vue a...
# vue
l
If I want to start component testing for our Vue app, can I also use app actions? Is it best practice to set the state by using app actions and then mounting a component? As you can see, I don’t know much about this (we use page object model 😢)but I’d like to implement it to be more efficient and effective.