GUI acceptance tests using environment deployed from packages.
Build: #2484 failed
Job: Oneprovider symlinks failed
user opens directory on 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 opens directory on space using external symlink modal for symlink pointing outside archive created without follow symbolic links[1oz 1op deployed]" in build 2,484 of Onedata Products - gui acceptance pkg - Chrome oneprovider symlinks.
- Description
- user opens directory on 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_opens_directory_on_space_using_external_symlink_modal_for_symlink_pointing_outside_archive_created_without_follow_symbolic_links[1oz_1op_deployed]
- Jira Issue
-
- Duration
- 2 mins
- Status
- Failed (New Failure)
Error Log
AssertionError: expected breadcrumbs /dir4; displayed: space1/dir4 request = <FixtureRequest for <Function 'test_user_opens_directory_on_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-583>:2: in is_displayed_breadcrumbs_in_data_tab_in_op_correct ??? tests/utils/utils.py:95: in wrapper return fun(*args, **kwargs) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ selenium = {'browser': <selenium.webdriver.chrome.webdriver.WebDriver (session="d36e5280772ee7bb12174ef88e0c0c66")>} browser_id = 'browser', path = '/dir4' op_container = <class 'tests.gui.utils.oneprovider.OPLoggedIn'> which_browser = 'file browser' @wt(parsers.parse('user of {browser_id} sees that current working directory ' 'displayed in breadcrumbs on {which_browser} is {path}')) @repeat_failed(timeout=WAIT_FRONTEND) def is_displayed_breadcrumbs_in_data_tab_in_op_correct(selenium, browser_id, path, op_container, which_browser= 'file browser'): driver = selenium[browser_id] breadcrumbs = getattr(op_container(driver), transform(which_browser)).breadcrumbs.pwd() if which_browser == 'archive file browser': breadcrumbs = re.split('/', breadcrumbs, 2)[-1] path = re.split('/', path, 2)[-1] > assert path == breadcrumbs, (f'expected breadcrumbs {path}; ' f'displayed: {breadcrumbs}') E AssertionError: expected breadcrumbs /dir4; displayed: space1/dir4 tests/gui/steps/oneprovider/browser.py:86: AssertionError