GUI acceptance tests using environment deployed from packages.
Build: #1549 failed
Job: Chrome oneprovider hardlinks and symlinks failed
newly created symlink to directory has right information and leads to original directory[1oz 1op deployed]: Test case result
The below summarizes the result of the test " newly created symlink to directory has right information and leads to original directory[1oz 1op deployed]" in build 1,549 of Onedata Products - gui acceptance pkg - Chrome oneprovider hardlinks and symlinks.
- Description
- newly created symlink to directory has right information and leads to original directory[1oz 1op deployed]
- Test class
- gui.scenarios.test_oneprovider_hardlinks_and_symlinks
- Method
- test_newly_created_symlink_to_directory_has_right_information_and_leads_to_original_directory[1oz_1op_deployed]
- Jira Issue
-
- Duration
- 2 mins
- Status
- Failed (Existing Failure)
Error Log
AssertionError: expected breadcrumbs /dir1; displayed: /dir1(1) request = <FixtureRequest for <Function 'test_newly_created_symlink_to_directory_has_right_information_and_leads_to_original_directory[1oz_1op_deployed]'>> @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) <decorator-gen-559>:2: in is_displayed_breadcrumbs_in_data_tab_in_op_correct ??? tests/utils/utils.py:90: in wrapper return fun(*args, **kwargs) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ selenium = {'browser': <selenium.webdriver.chrome.webdriver.WebDriver (session="170258306d32d0d9db2d5169d1d20ce1")>} browser_id = 'browser', path = '/dir1' op_container = <class 'tests.gui.utils.oneprovider.OPLoggedIn'> @wt(parsers.parse('user of {browser_id} sees that current working directory ' 'displayed in breadcrumbs is {path}')) @repeat_failed(timeout=WAIT_FRONTEND) def is_displayed_breadcrumbs_in_data_tab_in_op_correct(selenium, browser_id, path, op_container): driver = selenium[browser_id] breadcrumbs = op_container(driver).file_browser.breadcrumbs.pwd() > assert path == breadcrumbs, (f'expected breadcrumbs {path}; ' f'displayed: {breadcrumbs}') E AssertionError: expected breadcrumbs /dir1; displayed: /dir1(1) tests/gui/steps/oneprovider/data_tab.py:117: AssertionError