Closed dereke closed 7 years ago
allow shouldHave to assert an array of attribues exist on matched elements
monkey.find('img').shouldHave({ attributes: [ {src: '/a.png', alt: 'some picture of an a'}, {src: '/b.jpg', alt: 'b as a jpg'}, ] })
allow shouldHave to assert an array of attribues exist on matched elements