Denis Roarty

Results 3 comments of Denis Roarty

I ran into this with `expect`. Per your documentation I can test to see if `.find()` is finding anything. And it works just fine: ``` expect(wrapper.find(".logo-area")).to.exist expect(wrapper.find(".logo-area").length).to.eq(1) expect(wrapper.find(".logo-area")).to.be.present ``` However,...

Thanks for the quick replies. I would offer to edit the documentation but I also have a question on the issue raised in PR #83 which I will address there.

So I am happy to edit the documentation but I still have a question about this issue. As far as I can tell from the code, `.present` is an alias...