#8593 Nightly failure in testing_ipa-4.6/test_webui_users: test_webui/test_user.py::test_noprivate_posix
Opened 4 years ago by mpolovka. Modified 4 years ago

The nightly test testing_ipa-4.6/test_webui_users failed in test_webui/test_user.py::test_noprivate_posix.
See logs in PR547.

self = <ipatests.test_webui.test_user.test_user_no_private_group object at 0x7f605386cdd8>

    @screenshot
    def test_noprivate_posix(self):
        """
            User without private group and specified existing posix GID
            """
        self.init_app()
>       self.add_record(group.ENTITY, group.DATA6)

test_webui/test_user.py:701: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
test_webui/ui_driver.py:1361: in add_record
    self.assert_facet(entity, facet)
test_webui/ui_driver.py:1992: in assert_facet
    info = self.get_facet_info()
test_webui/ui_driver.py:521: in get_facet_info
    facet = self.get_facet()
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

self = <ipatests.test_webui.test_user.test_user_no_private_group object at 0x7f605386cdd8>

    def get_facet(self):
        """
            Get currently displayed facet
            """
        facet = self.find('.active-facet', By.CSS_SELECTOR)
>       assert facet is not None, "Current facet not found"
E       AssertionError: Current facet not found

test_webui/ui_driver.py:510: AssertionError

Log in to comment on this ticket.

Metadata