.to.have.style() requires kebab-cased keys
Opened this issue · 0 comments
nhardy commented
.to.have.style("backgroundColor")
does not work, whereas .to.have.style("background-color")
does, which can be confusing.
Opened this issue · 0 comments
.to.have.style("backgroundColor")
does not work, whereas .to.have.style("background-color")
does, which can be confusing.