[Vuejs]-Vue test can't trigger click on <div>

0👍

Try to use nextTick after trigger.click because a click is not processed immediately and only on a next tick you’ll see changes.

Leave a comment