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 after 4050ms: `cy.click()` failed because this element:
`<button data-test="blog-bg" tabindex="-1" class="fixed block inset-0 w-full h-full z-10 bg-gray-200 dark:bg-gray-700 opacity-50 cursor-default"></button>`
is being covered by another element:
`<input class="px-3 py-3 w-full shadow-none dark:bg-gray-800 outline-none focus:ring-0 overflow-ellipsis whitespace-nowrap overflow-hidden rounded z-20" type="text" name="blog" readonly="" id="blog1650943908668" autocomplete="off">`
Fix this problem, or use {force: true} to disable error checking.
https://on.cypress.io/element-cannot-be-interacted-with
Issue was identified in #1121
The text was updated successfully, but these errors were encountered: