#8420 Nightly test failure in test_webui/test_automount.py::TestAutomount::test_confirm_dialogs_with_enter_key
Closed: duplicate 3 years ago by fcami. Opened 3 years ago by fcami.

testing_master_previous Nightly PR #294 failed in test_webui/test_automount.py::TestAutomount::test_confirm_dialogs_with_enter_key:

self = <ipatests.test_webui.test_automount.TestAutomount object at 0x7f5229ddbdd0>

    @screenshot
    def test_confirm_dialogs_with_enter_key(self):
        """
        Test dialogs can be closed by pressing ENTER
        """

        # Add location
        self.navigate_to_entity(LOC_ENTITY, 'search')
        self._add_record_with_enter_key(LOC_DATA)

        # Add map
        self.navigate_to_record(LOC_PKEY)
        self._add_record_with_enter_key(MAP_DATA)

        # Add key
        self.navigate_to_record(MAP_PKEY)
        self._add_record_with_enter_key(KEY_DATA)

        # Delete key
>       self._delete_record_with_enter_key(KEY_PKEY)

test_webui/test_automount.py:616: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

self = <ipatests.test_webui.test_automount.TestAutomount object at 0x7f5229ddbdd0>
pkey = 'itestkey'

    def _delete_record_with_enter_key(self, pkey):
>       assert self.has_record(pkey)
E       AssertionError: assert False
E        +  where False = <bound method UI_driver.has_record of <ipatests.test_webui.test_automount.TestAutomount object at 0x7f5229ddbdd0>>('itestkey')
E        +    where <bound method UI_driver.has_record of <ipatests.test_webui.test_automount.TestAutomount object at 0x7f5229ddbdd0>> = <ipatests.test_webui.test_automount.TestAutomount object at 0x7f5229ddbdd0>.has_record

test_webui/test_automount.py:216: AssertionError

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

3 years ago

Login to comment on this ticket.

Metadata