https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38461
--- Comment #35 from Victor Grousset/tuxayo <[email protected]> --- 535 runs in total without any relevant error it seems >_< (without "Fix ramdom failures" and "Bypass the clipboard for tests") Turns out a slow PC isn't enough to reproduce all the random fails :( One more new wack error: Timeout in localhost?! --------------------------- Shareable link: CypressError: `cy.visit()` failed trying to load: http://localhost:8081/cgi-bin/koha/admin/branches.pl We attempted to make an http request to this URL but the request failed without a response. We received this error at the network level: > Error: ESOCKETTIMEDOUT Common situations why this would fail: - you don't have internet access - you forgot to run / boot your web server - your web server isn't accessible - you have weird network configuration settings on your computer at <unknown> (http://localhost:8081/__cypress/runner/cypress_runner.js:130312:74) at visitFailedByErr (http://localhost:8081/__cypress/runner/cypress_runner.js:129704:12) at <unknown> (http://localhost:8081/__cypress/runner/cypress_runner.js:130311:11) at tryCatcher (http://localhost:8081/__cypress/runner/cypress_runner.js:1807:23) at Promise._settlePromiseFromHandler (http://localhost:8081/__cypress/runner/cypress_runner.js:1519:31) at Promise._settlePromise (http://localhost:8081/__cypress/runner/cypress_runner.js:1576:18) at Promise._settlePromise0 (http://localhost:8081/__cypress/runner/cypress_runner.js:1621:10) at Promise._settlePromises (http://localhost:8081/__cypress/runner/cypress_runner.js:1697:18) at _drainQueueStep (http://localhost:8081/__cypress/runner/cypress_runner.js:2407:12) at _drainQueue (http://localhost:8081/__cypress/runner/cypress_runner.js:2400:9) at Async._drainQueues (http://localhost:8081/__cypress/runner/cypress_runner.js:2416:5) at Async.drainQueues (http://localhost:8081/__cypress/runner/cypress_runner.js:2286:14) From Your Spec Code: at Context.eval (webpack://koha/./t/cypress/integration/KohaTable_spec.ts:239:19) --------------------------- And I got again the "Cypress detected that you returned a promise from a command while also invoking one or more cy commands in that promise. " ------ -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
