I have an element that is hidden with a button click, but for cosmetic reason we are hiding it by changing the opacity. How can I check that the opacity of this element is 0 using Capybara?
<div class="row lower-section" style="opacity: 0; ">
Unfortunately is_visible() doesn't check CSS.
Thanks,
Mike