CypressError: Timed out retrying after 20050ms: `cy.select()` failed because this element:
`<select id="swh-search-visit-type" class="custom-select form-control custom-select-sm">...</select>`
is being covered by another element:
`<div data-value="a">...</div>`
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:144188:26)
at ensureDescendents (http://localhost:5004/__cypress/runner/cypress_runner.js:132368:8)
at ensureDescendentsAndScroll (http://localhost:5004/__cypress/runner/cypress_runner.js:132375:14)
at ensureElIsNotCovered (http://localhost:5004/__cypress/runner/cypress_runner.js:132509:5)
at runAllChecks (http://localhost:5004/__cypress/runner/cypress_runner.js:132696:52)
at retryActionability (http://localhost:5004/__cypress/runner/cypress_runner.js:132719:16)
at tryCatcher (http://localhost:5004/__cypress/runner/cypress_runner.js:10798:23)
at Function.Promise.attempt.Promise.try (http://localhost:5004/__cypress/runner/cypress_runner.js:8072:29)
at tryFn (http://localhost:5004/__cypress/runner/cypress_runner.js:148863:21)
at whenStable (http://localhost:5004/__cypress/runner/cypress_runner.js:148901:12)
at http://localhost:5004/__cypress/runner/cypress_runner.js:148393:16
at tryCatcher (http://localhost:5004/__cypress/runner/cypress_runner.js:10798:23)
at Promise._settlePromiseFromHandler (http://localhost:5004/__cypress/runner/cypress_runner.js:8733:31)
at Promise._settlePromise (http://localhost:5004/__cypress/runner/cypress_runner.js:8790:18)
at Promise._settlePromise0 (http://localhost:5004/__cypress/runner/cypress_runner.js:8835:10)
at Promise._settlePromises (http://localhost:5004/__cypress/runner/cypress_runner.js:8915:18)
From Your Spec Code:
at Context.eval (http://localhost:5004/__cypress/tests?p=cypress/integration/origin-search.spec.js:198:40)
TEST RESULT
TEST RESULT
- Run At
- Aug 16 2021, 12:17 PM