GUI acceptance tests using environment deployed from packages.
Build: #1539 failed
Job: Chrome metadata test failed
user adds basic metadata entry and checks their presence with metadata status tag[1oz 1op deployed-directory metadata-dir1]: Test case result
The below summarizes the result of the test " user adds basic metadata entry and checks their presence with metadata status tag[1oz 1op deployed-directory metadata-dir1]" in build 1,539 of Onedata Products - gui acceptance pkg - Chrome metadata test.
- Description
- user adds basic metadata entry and checks their presence with metadata status tag[1oz 1op deployed-directory metadata-dir1]
- Test class
- gui.scenarios.test_metadata
- Method
- test_user_adds_basic_metadata_entry_and_checks_their_presence_with_metadata_status_tag[1oz_1op_deployed-Directory metadata-dir1]
- Duration
- 1 min
- Status
- Failed (New Failure)
Error Log
selenium.common.exceptions.TimeoutException: Message: waiting for directory metadata modal to appear request = <FixtureRequest for <Function 'test_user_adds_basic_metadata_entry_and_checks_their_presence_with_metadata_status_tag[1oz_1op_deployed-Directory metadata-dir1]'>> @pytest.mark.usefixtures(*function_args) def scenario_wrapper(request): > _execute_scenario(feature, scenario, request, encoding) /usr/local/lib/python3.6/dist-packages/pytest_bdd/scenario.py:227: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /usr/local/lib/python3.6/dist-packages/pytest_bdd/scenario.py:189: in _execute_scenario _execute_step_function(request, scenario, step, step_func) /usr/local/lib/python3.6/dist-packages/pytest_bdd/scenario.py:130: in _execute_step_function step_func(**kwargs) tests/utils/bdd_utils.py:77: in wrapper return fun(*ba.args, **ba.kwargs) tests/gui/steps/modal.py:101: in wt_wait_for_modal_to_appear _wait_for_modal_to_appear(driver, browser_id, modal_name, tmp_memory) tests/gui/steps/modal.py:93: in _wait_for_modal_to_appear modal = _find_modal(driver, modal_name) tests/gui/steps/modal.py:88: in _find_modal message='waiting for {:s} modal to appear'.format(modal_name) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <selenium.webdriver.support.wait.WebDriverWait (session="0068dec7ec50ba418f3b839402f66637")> method = <function _find_modal.<locals>.<lambda> at 0x7f21467008c8> message = 'waiting for directory metadata modal to appear' def until(self, method, message=''): """Calls the method provided with the driver as an argument until the \ return value is not False.""" screen = None stacktrace = None end_time = time.time() + self._timeout while True: try: value = method(self._driver) if value: return value except self._ignored_exceptions as exc: screen = getattr(exc, 'screen', None) stacktrace = getattr(exc, 'stacktrace', None) time.sleep(self._poll) if time.time() > end_time: break > raise TimeoutException(message, screen, stacktrace) E selenium.common.exceptions.TimeoutException: Message: waiting for directory metadata modal to appear /usr/local/lib/python3.6/dist-packages/selenium/webdriver/support/wait.py:80: TimeoutException