The nightly test test_webui/test_host.py::test_host::test_negative_cert is failing in master branch with an error
# invalid CSR csr_add = 'div[name="certificate"] button[name="add"]' csr_add_btn = self.find(csr_add, By.CSS_SELECTOR, strict=True) csr_add_btn.click() self.wait() self.fill_textarea('new_cert', host.csr_invalid) self.dialog_button_click('ok') dialog_info = self.get_dialog_info() self.wait() if host.csr_invalid_error in dialog_info['text']: self.dialog_button_click('cancel') > self.dialog_button_click('cancel') ... E selenium.common.exceptions.TimeoutException: Message: Button is not displayed: cancel
report, screenshot, logs
Closing as duplicate of #9829
The issue started appearing with Firefox 141
Metadata Update from @frenaud: - Issue close_status updated to: duplicate - Issue status updated to: Closed (was: Open)