https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35402
--- Comment #26 from Katrin Fischer <[email protected]> --- 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. _______________________________________________ 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/
