Behat / MinkExtension

Mink extension (tight integration and configuration) for Behat
MIT License
636 stars 279 forks source link

Assert alement is not empty #347

Open bystro opened 5 years ago

bystro commented 5 years ago

Hi girls and boys,

what do you think about the following assertion ? Then the "title" element should not be empty

I would test if my SEO aware title markup is not empty. What do you think? Are you open to PR?

I have found a similar issue on stackoverflow https://stackoverflow.com/questions/27357607/behat-mink-test-to-check-if-element-contains-content

bystro commented 5 years ago

Hmm, I have just found https://github.com/mortola/behat-seo-contexts

p2635 commented 5 years ago

@bystro did behat-seo-contexts work for you?

bystro commented 5 years ago

@p2635 Yes it works indeed. I even start to contribute it.