CypressError: Timed out retrying after 20050ms: `cy.click()` failed because this element:
`<input class="custom-control-input" value="option-user-requests-filter" type="checkbox" checked="checked" id="swh-add-forge-user-filter">`
is being covered by another element:
`<label class="custom-control-label font-weight-normal" for="swh-add-forge-user-filter">show on...</label>`
Fix this problem, or use {force: true} to disable error checking.
https://on.cypress.io/element-cannot-be-interacted-with
at $Cy.ensureDescendents (http://localhost:5004/__cypress/runner/cypress_runner.js:164061:78)
at ensureDescendents (http://localhost:5004/__cypress/runner/cypress_runner.js:150268:8)
at ensureDescendentsAndScroll (http://localhost:5004/__cypress/runner/cypress_runner.js:150275:14)
at ensureElIsNotCovered (http://localhost:5004/__cypress/runner/cypress_runner.js:150407:5)
at runAllChecks (http://localhost:5004/__cypress/runner/cypress_runner.js:150597:52)
at retryActionability (http://localhost:5004/__cypress/runner/cypress_runner.js:150621:16)
at tryCatcher (http://localhost:5004/__cypress/runner/cypress_runner.js:13022:23)
at Function.Promise.attempt.Promise.try (http://localhost:5004/__cypress/runner/cypress_runner.js:10296:29)
at whenStable (http://localhost:5004/__cypress/runner/cypress_runner.js:168785:63)
at http://localhost:5004/__cypress/runner/cypress_runner.js:168282:14
at tryCatcher (http://localhost:5004/__cypress/runner/cypress_runner.js:13022:23)
at Promise._settlePromiseFromHandler (http://localhost:5004/__cypress/runner/cypress_runner.js:10957:31)
at Promise._settlePromise (http://localhost:5004/__cypress/runner/cypress_runner.js:11014:18)
at Promise._settlePromise0 (http://localhost:5004/__cypress/runner/cypress_runner.js:11059:10)
at Promise._settlePromises (http://localhost:5004/__cypress/runner/cypress_runner.js:11139:18)
at Promise._fulfill (http://localhost:5004/__cypress/runner/cypress_runner.js:11083:18)
From Your Spec Code:
at Context.eval (http://localhost:5004/__cypress/tests?p=cypress/integration/add-forge-now-request-create.spec.js:178:42)
TEST RESULT
TEST RESULT
- Run At
- Mar 29 2022, 10:50 AM