Jest unit test not working
-
I posted this question on stackoverflow as well. Thought I would try here. I’m not sure where the issue is (Quasar, Vue, Jest) but it definitely seems to be an issue.
https://stackoverflow.com/questions/58203273/quasar-jest-test-does-not-find-elements-with-name-tag
-
The question was resolved on stackoverflow. It was a simple matter of using a “ref” tag instead of “name” as some quasar elements don’t have a name attribute.