CypressError: Timed out retrying after 20050ms: `cy.click()` failed because this element is not visible:
`<div id="back-to-top">...</div>`
This element `<div#back-to-top>` is not visible because it has CSS property: `display: none`
Fix this problem, or use `{force: true}` to disable error checking.
https://on.cypress.io/element-cannot-be-interacted-with
at $Cy.ensureVisibility (http://localhost:5004/__cypress/runner/cypress_runner.js:142326:24)
at runAllChecks (http://localhost:5004/__cypress/runner/cypress_runner.js:131070:14)
at retryActionability (http://localhost:5004/__cypress/runner/cypress_runner.js:131124:16)
at tryCatcher (http://localhost:5004/__cypress/runner/cypress_runner.js:10791:23)
at Function.Promise.attempt.Promise.try (http://localhost:5004/__cypress/runner/cypress_runner.js:8065:29)
at tryFn (http://localhost:5004/__cypress/runner/cypress_runner.js:146954:21)
at whenStable (http://localhost:5004/__cypress/runner/cypress_runner.js:146992:12)
at http://localhost:5004/__cypress/runner/cypress_runner.js:146484:16
at tryCatcher (http://localhost:5004/__cypress/runner/cypress_runner.js:10791:23)
at Promise._settlePromiseFromHandler (http://localhost:5004/__cypress/runner/cypress_runner.js:8726:31)
at Promise._settlePromise (http://localhost:5004/__cypress/runner/cypress_runner.js:8783:18)
at Promise._settlePromise0 (http://localhost:5004/__cypress/runner/cypress_runner.js:8828:10)
at Promise._settlePromises (http://localhost:5004/__cypress/runner/cypress_runner.js:8908:18)
at Promise._fulfill (http://localhost:5004/__cypress/runner/cypress_runner.js:8852:18)
at http://localhost:5004/__cypress/runner/cypress_runner.js:10466:46
From Your Spec Code:
at Context.eval (http://localhost:5004/__cypress/tests?p=cypress/integration/back-to-top.spec.js:117:47)
TEST RESULT
TEST RESULT
- Run At
- May 19 2021, 5:43 PM