The nightly test test_webui/test_automount.py::TestAutomount::test_add_duplicated_indirect_map is failing in master branch with an error:
``` self.add_record(LOC_ENTITY, { 'pkey': 'map2', 'add': [ ('radio', 'method', 'add_indirect'), ('textbox', 'automountmapname', original_name), ('textarea', 'description', 'desc'), ('textbox', 'key', 'mount2'), ], }, negative=True, facet='maps', navigate=False, pre_delete=False) self.assert_last_error_dialog( 'automount map with name "{}" already exists' .format(original_name) ) > self.close_all_dialogs() ... > raise exception_class(message, screen, stacktrace) E selenium.common.exceptions.ElementNotInteractableException: Message: Element <button class="close" type="button"> could not be scrolled into view E Stacktrace: E RemoteError@chrome://remote/content/shared/RemoteError.sys.mjs:8:8 E WebDriverError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:199:5 E ElementNotInteractableError@chrome://remote/content/shared/webdriver/Errors.sys.mjs:368:5 E webdriverClickElement@chrome://remote/content/marionette/interaction.sys.mjs:165:11 E interaction.clickElement@chrome://remote/content/marionette/interaction.sys.mjs:134:11 E clickElement@chrome://remote/content/marionette/actors/MarionetteCommandsChild.sys.mjs:327:29 E receiveMessage@chrome://remote/content/marionette/actors/MarionetteCommandsChild.sys.mjs:210:31
report, logs, screenshot
Also affecting test_webui/test_selfservice.py::test_selfservice::test_permission_negative report
test_webui/test_selfservice.py::test_selfservice::test_permission_negative
Also affecting test_webui_server report
test_webui_server
Also affecting test_webui_user report
test_webui_user
Duplicate of https://pagure.io/freeipa/issue/9829
Metadata Update from @mpolovka: - Issue close_status updated to: duplicate - Issue status updated to: Closed (was: Open)