Project

General

Profile

Bug #22293

Updated by Peter Amstutz about 1 month ago

Different test failures on the same commit.    Passed on retry: 

 https://ci.arvados.org/job/run-tests-workbench2/605 

 <pre> 
 14:56:10     1) Project Details Card tests 
 14:56:10          should toggle description display: 
 14:56:10        CypressError: Timed out retrying after 4000ms: `cy.contains()` failed because it requires a DOM element, window or document. 
 </pre> 


 https://ci.arvados.org/job/run-tests-workbench2/607 

 <pre> 
 20:03:39     Running:    views-components/context-menu/actions/download-action.cy.js                     (75 of 77) 
 20:03:40  
 20:03:40  
 20:03:41     1) An uncaught error was detected outside of a test 
 20:03:41  
 20:03:41   0 passing (238ms) 
 20:03:41     1 failing 
 20:03:41  
 20:03:41     1) An uncaught error was detected outside of a test: 
 20:03:41        ChunkLoadError: The following error originated from your test code, not from Cypress. 
 20:03:41  
 20:03:41     > Loading chunk cypress-support-file failed. 
 20:03:41 (error: http://localhost:8080/__cypress/src/cypress-support-file.js) 
 20:03:41  
 20:03:41 When Cypress detects uncaught errors originating from your test code it will automatically fail the current test. 
 20:03:41  
 20:03:41 Cypress could not associate this error to any specific test. 
 20:03:41  
 20:03:41 We dynamically generated a new test to display this failure. 
 20:03:41         at __webpack_require__.f.j (http://localhost:8080/__cypress/src/main.js:10646:29) 
 20:03:41         at <unknown> (http://localhost:8080/__cypress/src/main.js:10434:40) 
 20:03:41         at Array.reduce (<anonymous>) 
 20:03:41         at __webpack_require__.e (http://localhost:8080/__cypress/src/main.js:10433:67) 
 20:03:41         at Object.load (http://localhost:8080/__cypress/src/main.js:490:526) 
 20:03:41         at <unknown> (http://localhost:8080/__cypress/runner/cypress_runner.js:110836:21) 
 20:03:41         at tryCatcher (http://localhost:8080/__cypress/runner/cypress_runner.js:1807:23) 
 20:03:41         at Object.gotValue (http://localhost:8080/__cypress/runner/cypress_runner.js:6476:18) 
 20:03:41         at Object.gotAccum (http://localhost:8080/__cypress/runner/cypress_runner.js:6465:25) 
 20:03:41         at Object.tryCatcher (http://localhost:8080/__cypress/runner/cypress_runner.js:1807:23) 
 20:03:41  
 </pre> 

Back