GUI acceptance tests using environment deployed from packages.
Build: #2820 failed
Job: Oneprovider symlinks failed
user navigates inside archive using symlink pointing to location in archive with follow symbolic links set to follow sym links[1oz 1op deployed-true]: Test case result
The below summarizes the result of the test " user navigates inside archive using symlink pointing to location in archive with follow symbolic links set to follow sym links[1oz 1op deployed-true]" in build 2,820 of Onedata Products - gui acceptance pkg - Oneprovider symlinks.
- Description
- user navigates inside archive using symlink pointing to location in archive with follow symbolic links set to follow sym links[1oz 1op deployed-true]
- Test class
- gui.scenarios.test_oneprovider_symlinks
- Method
- test_user_navigates_inside_archive_using_symlink_pointing_to_location_in_archive_with_follow_symbolic_links_set_to_follow_sym_links[1oz_1op_deployed-True]
- Duration
- 5 mins
- Status
- Failed (New Failure)
Error Log
RuntimeError: Click and enter has not entered the directory request = <FixtureRequest for <Function 'test_user_navigates_inside_archive_using_symlink_pointing_to_location_in_archive_with_follow_symbolic_links_set_to_follow_sym_links[1oz_1op_deployed-True]'>> @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="12d60e429cfe0704ecd3466a64834483")> op_container = <class 'tests.gui.utils.oneprovider.OPLoggedIn'> browser = <tests.gui.utils.oneprovider.archive_file_browser._ArchiveFileBrowser object at 0x7f919926beb0> 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