#8960 Multiple nightly test failures in test_webui/test_realmdomains.py::test_realmdomains::test_del_domain_and_update
Closed: fixed by frenaud. Opened by mpolovka.

The tests test_del_domain_and_update is failing in with an error

    def test_del_domain_and_update(self):
        """
        Delete and update
        """
        self.init_app()
        realmdomain = self.rand_realmdomain()
>       self.prepare_dns_zone(realmdomain)
test_webui/test_realmdomains.py:471: 
...
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

Full report, screenshot


Also happened in PR #1216

Also happened in the test test_webui/test_realmdomains.py::test_realmdomains::test_del_domain_undo_all in [testing_ipa-4.9_latest] Nightly PR #1209 , report.

Also happened in PR#1408, logs and report, screenshot

Reproducible in testing_master_latest PR 1838 Report screenshot

Metadata Update from @mpolovka:
- Issue assigned to ebelko (was: mpolovka)

Does not happen any more

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

Metadata