How to test for disabled attribute? · Issue #336 · enzymejs/enzyme
I have a component that, given some props, sets disabled on a select. What would be the right way to test for this? I've set up the test like so: it("disables company select", () => { const wrapper...