chai-visible
Chai plugin with is-visible
Usage
chai.Assertion.addProperty('visible', require('chai-visible'));
then
expect(your-dom).to.be.visible
expect(your-dom).to.be.not.visible
Chai plugins with is-visible
Chai plugin with is-visible
chai.Assertion.addProperty('visible', require('chai-visible'));
then
expect(your-dom).to.be.visible
expect(your-dom).to.be.not.visible