https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35402 --- Comment #26 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- It looks like we got past the first hurdle, but now the Selenium tests highlight some changes in mark-up that make the tests fail: Error while executing command: no such element: Unable to locate element: //div[@class="alert alert-info"] Error while executing command: no such element: Unable to locate element: //div[@id="registration-status-disabled"]/div[@class="two-factor-status"] I think in this case it doesn't like the additional classes on the element, switch to use id? <div class="alert alert-info two-factor-status">Status: Disabled</div> Error while executing command: no such element: Unable to locate element: //span[@id="audio-alert"]/audio[@src="/intranet-tmpl/prog/sound/beep.ogg"] -- You are receiving this mail because: You are watching all bug changes.