#9061 Nightly test failure in test_webui/test_loginscreen.py/TestLoginScreen/test_reset_password_and_login_view
Closed: duplicate by frenaud. Opened by mpolovka.

The nightly webui test TestLoginScreen::test_reset_password_and_login_view is failing in [testing_master_previous] Nightly PR #1362 with an error:

    @screenshot
    def test_reset_password_and_login_view(self):
>       self.load_reset_and_login_view()
test_webui/test_loginscreen.py:366: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
test_webui/test_loginscreen.py:284: in load_reset_and_login_view
    self.assert_notification(
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
self = <ipatests.test_webui.test_loginscreen.TestLoginScreen object at 0x7fe1e8406e80>
type = 'info'
assert_text = 'Your password has expired. Please enter a new password.'
link_text = None, link_url = None
    def assert_notification(self, type='success', assert_text=None,
                            link_text=None, link_url=None):
        """
        Assert whether we have a notification of particular type
        """
        notification_type = 'div.validation-summary .alert-{}'.format(type)
        # wait for a half sec for notification to appear
        self.wait(0.5)
        is_present = self.find(notification_type, By.CSS_SELECTOR)
        # Notification not present
>       assert is_present
E       assert None

Screenshot is showing that Authenticating loading notification is present. Full report


The issue has already been reported at https://pagure.io/freeipa/issue/8092
Closing as duplicate.

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

Metadata