Closed dereke closed 8 years ago
sometimes it is useful to verify that an element has some attributes. it would be cool if we could do something like:
find('a').shouldHave({ attributes: { href: '/home' } })
https://github.com/featurist/browser-monkey/pull/18
sometimes it is useful to verify that an element has some attributes. it would be cool if we could do something like:
find('a').shouldHave({ attributes: { href: '/home' } })