Closed dereke closed 7 years ago
fixes an issue where you want to match multiple elements with the same text
<div>a</div> <div>a</div>
monkey.find('div').shouldHave({text: ['a', 'a']})`
fixes an issue where you want to match multiple elements with the same text