The CI build fails randomly with this error which is not related to my changes (see other build which did not fail):
Error: Tests run: 5, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 47.778 s <<< FAILURE! - in org.kitodo.selenium.ImportingST
Error: checkHierarchyImport Time elapsed: 19.359 s <<< ERROR!
org.openqa.selenium.StaleElementReferenceException:
stale element reference: stale element not found in the current frame
(Session info: chrome=126.0.6478.182)
For documentation on this error, please visit: https://www.seleniumhq.org/exceptions/stale_element_reference.html
I get this error from time to time even with unmodified code from Git master. So it looks like there is a general issue somewhere in the code which needs to be fixed.
The CI build fails randomly with this error which is not related to my changes (see other build which did not fail):
I get this error from time to time even with unmodified code from Git master. So it looks like there is a general issue somewhere in the code which needs to be fixed.