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
We encountered this issue in the Cypress App where some of the browser icons weren't displaying correctly due to the first instance of the icon having display: none and then the second icon not rendering correctly. This issue is also referenced in the code. We were able to workaround the issue by setting the height/width: 0 and overflow: hidden but we should investigate ways to resolve the issue.
The text was updated successfully, but these errors were encountered:
We encountered this issue in the Cypress App where some of the browser icons weren't displaying correctly due to the first instance of the icon having
display: none
and then the second icon not rendering correctly. This issue is also referenced in the code. We were able to workaround the issue by setting theheight
/width: 0
andoverflow: hidden
but we should investigate ways to resolve the issue.The text was updated successfully, but these errors were encountered: