how to set wait on an attribute of a DOM element till it get change in cypress/javascript
I have a DOM element in ag-grid <div class="ag-floating-bottom" ref="eBottom" role="presentation" style="min-height:0px;height:0px; display:none;overflow-y:scroll;"> And when I select some filter from some column the grid is boil down to few rows only and this overflow-y attribute get changed to overflow-y:hidden from…