dalekjs / dalek

[unmaintained] DalekJS Base framework
MIT License
695 stars 63 forks source link

Assertions CaSe sensitivity #161

Open paul-hph opened 9 years ago

paul-hph commented 9 years ago

This assertion

.assert.numberOfElements('meta[name="description"]',1, 'META-DESCRIPTION: Should exists once')

fails on this element:

<meta name="Description" content="Apple leads the world in innovation with iPhone, iPad, Mac, Apple Watch, iOS, OS X, watchOS and more. Visit the site to learn, buy, and get support." />

Is there a way to make the selector case insensitive?