GUI acceptance tests using environment deployed from packages.
Build: #2820 failed
Job: Oneprovider symlinks failed
user downloads file from space using external symlink modal for symlink pointing outside archive created without follow symbolic links[1oz 1op deployed]: Test case result
The below summarizes the result of the test " user downloads file from space using external symlink modal for symlink pointing outside archive created without follow symbolic links[1oz 1op deployed]" in build 2,820 of Onedata Products - gui acceptance pkg - Oneprovider symlinks.
- Description
- user downloads file from space using external symlink modal for symlink pointing outside archive created without follow symbolic links[1oz 1op deployed]
- Test class
- gui.scenarios.test_oneprovider_symlinks
- Method
- test_user_downloads_file_from_space_using_external_symlink_modal_for_symlink_pointing_outside_archive_created_without_follow_symbolic_links[1oz_1op_deployed]
- Duration
- 6 mins
- Status
- Failed (New Failure)
Error Log
RuntimeError: Click and enter has not entered the directory request = <FixtureRequest for <Function 'test_user_downloads_file_from_space_using_external_symlink_modal_for_symlink_pointing_outside_archive_created_without_follow_symbolic_links[1oz_1op_deployed]'>> @pytest.mark.usefixtures(*function_args) def scenario_wrapper(request): > _execute_scenario(feature, scenario, request, encoding) /usr/local/lib/python3.8/dist-packages/pytest_bdd/scenario.py:227: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /usr/local/lib/python3.8/dist-packages/pytest_bdd/scenario.py:189: in _execute_scenario _execute_step_function(request, scenario, step, step_func) /usr/local/lib/python3.8/dist-packages/pytest_bdd/scenario.py:130: in _execute_step_function step_func(**kwargs) tests/utils/bdd_utils.py:78: in wrapper return fun(*ba.args, **ba.kwargs) <decorator-gen-617>:2: in click_and_press_enter_on_item_in_browser ??? tests/utils/utils.py:95: in wrapper return fun(*args, **kwargs) tests/gui/steps/oneprovider/browser.py:37: in click_and_press_enter_on_item_in_browser click_and_enter_with_check(driver, op_container, browser, which_browser, <decorator-gen-619>:2: in click_and_enter_with_check ??? tests/utils/utils.py:95: in wrapper return fun(*args, **kwargs) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ driver = <selenium.webdriver.chrome.webdriver.WebDriver (session="c2cf0f11681205cf39f63acdec614f89")> op_container = <class 'tests.gui.utils.oneprovider.OPLoggedIn'> browser = <tests.gui.utils.oneprovider.archive_file_browser._ArchiveFileBrowser object at 0x7f919903c370> which_browser = 'archive_file_browser', item_name = 'dir1' @repeat_failed(timeout=WAIT_BACKEND) def click_and_enter_with_check(driver, op_container, browser, which_browser, item_name): # this function does not check correctly if parent and children directory # have the same name browser.data[item_name].click_and_enter() if item_name.startswith('dir'): for _ in range(5): breadcrumbs = check_if_breadcrumbs_on_share_page(driver, op_container, which_browser) if breadcrumbs.split('/')[-1] == item_name: return else: time.sleep(1) > raise RuntimeError(f'Click and enter has not entered the directory') E RuntimeError: Click and enter has not entered the directory tests/gui/steps/oneprovider/browser.py:56: RuntimeError