Project

General

Profile

Bug #22483

Updated by Peter Amstutz 16 days ago

Workbench 2 tests failing on apparently unrelated branches: 

 https://ci.arvados.org/job/run-tests-services-workbench2-integration/118 


 12:23:49     1) Registered workflow panel tests 
 12:23:49          can delete a workflow: 
 12:23:49        AssertionError: Timed out retrying after 4000ms: Expected to find content: 'Delete Workflow' within the element: <ul.MuiList-root.MuiList-padding.MuiList-dense.css-1fg51bw-MuiList-root> but never did. 
 12:23:49         at Context.eval (webpack://arvados-workbench-2/./cypress/e2e/workflow.cy.js:244:49) 

 https://ci.arvados.org/job/run-tests-remainder/4900 

 17:45:24     Running:    components/dropdown-menu/dropdown-menu.cy.js                                    (18 of 78) 
 17:45:26  
 17:45:26  
 17:45:26     1) An uncaught error was detected outside of a test 
 17:45:26  
 17:45:26     0 passing (244ms) 
 17:45:26     1 failing 
 17:45:26  
 17:45:26     1) An uncaught error was detected outside of a test: 
 17:45:26        ChunkLoadError: The following error originated from your test code, not from Cypress. 
 17:45:26  
 17:45:26     > Loading chunk cypress-support-file failed. 
 17:45:26 (error: http://localhost:8080/__cypress/src/cypress-support-file.js) 
 17:45:26  
 17:45:26 When Cypress detects uncaught errors originating from your test code it will automatically fail the current test. 
 17:45:26  
 17:45:26 Cypress could not associate this error to any specific test. 
 17:45:26  
 17:45:26 We dynamically generated a new test to display this failure. 
 17:45:26         at __webpack_require__.f.j (http://localhost:8080/__cypress/src/main.js:10652:29) 
 17:45:26         at <unknown> (http://localhost:8080/__cypress/src/main.js:10440:40) 
 17:45:26         at Array.reduce (<anonymous>) 
 17:45:26         at __webpack_require__.e (http://localhost:8080/__cypress/src/main.js:10439:67) 
 17:45:26         at Object.load (http://localhost:8080/__cypress/src/main.js:496:526) 
 17:45:26         at <unknown> (http://localhost:8080/__cypress/runner/cypress_runner.js:110836:21) 
 17:45:26         at tryCatcher (http://localhost:8080/__cypress/runner/cypress_runner.js:1807:23) 
 17:45:26         at Object.gotValue (http://localhost:8080/__cypress/runner/cypress_runner.js:6476:18) 
 17:45:26         at Object.gotAccum (http://localhost:8080/__cypress/runner/cypress_runner.js:6465:25) 
 17:45:26         at Object.tryCatcher (http://localhost:8080/__cypress/runner/cypress_runner.js:1807:23) 



Back