You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CypressError: Timed out retrying: cy.click() failed because this element is not visible:
<li class="rangeslider__label-item" data-value="7" style="left: 915px;">excelent</li>
This element '<li.rangeslider__label-item>' is not visible because it has an effective width and height of: '0 x 0' pixels.
Desired behavior:
Click() should click on element
Versions
Cypress 3.1.4, Chrome 71, Windows 10
The text was updated successfully, but these errors were encountered:
My code:
But this code crashes randomly on
click()
method (not visible element) even if two assertions passed (should exist and be visible)...Similar bug: #410
Current behavior:
Click() returns randomly error:
Desired behavior:
Click() should click on element
Versions
Cypress 3.1.4, Chrome 71, Windows 10
The text was updated successfully, but these errors were encountered: