Ivan Medina

Results 2 comments of Ivan Medina

Maybe this info can help. There's a recent [PR merged](https://github.com/blitz-js/blitz/pull/584) that can help with tests using `mock-fs` 😃

It wasn't working for me neither but I was able to simulate the drag and drop by leveraging the keyboard navigation: ```javascript cy.get(subject).then($subject => { const subjectIndex = $subject.index(); cy.get(target).then($target...