Version
1.0.0-beta.14
Reproduction link
https://codesandbox.io/s/1pm8pzxm4
Steps to reproduce
Open the test tab to see the failing test.
What is expected?
Using findAll with .at() to trigger a click
What is actually happening?
Test is failing with "Cannot read property 'deps' of null" message
I am storing open/close states in parent component and testing by triggering clicks in the scopedSlot component.