#8786 [WebUI] test_webui/test_service.py/test_service/test_certificates - element is no longer attached to the DOM
Closed: duplicate 3 years ago by frenaud. Opened 3 years ago by mpolovka.

NIghtly WebUI test test_service.py::test_service::test_certificates is failing in [testing_master_previous] Nightly PR #816 with an error:

E       selenium.common.exceptions.StaleElementReferenceException: Message: The element reference of <button class="close" type="button"> is stale; either the element is no longer attached to the DOM, it is not in the current frame context, or the document has been refreshed

in

        self.wait()
        self.select('select', '1')
        self.dialog_button_click('cancel')

        # cert revoke
        self.action_list_action('revoke', confirm=False,
                                parents_css_sel=cert_widget_sel)
        self.wait()
        self.select('select', '1')
        self.dialog_button_click('ok')
>       self.close_notifications()

test_webui/test_service.py:269: 

Full report


This issue has already been reported at https://pagure.io/freeipa/issue/8191#comment-632217
Closing as duplicate

Metadata Update from @frenaud:
- Issue close_status updated to: duplicate
- Issue status updated to: Closed (was: Open)

3 years ago

Login to comment on this ticket.

Metadata