GUI acceptance tests using environment deployed from packages.
Build: #2484 failed
Job: Oneprovider upload failed
user can change directory while uploading files[1oz 1op deployed]: Test case result
The below summarizes the result of the test " user can change directory while uploading files[1oz 1op deployed]" in build 2,484 of Onedata Products - gui acceptance pkg - Chrome oneprovider upload tests.
- Description
- user can change directory while uploading files[1oz 1op deployed]
- Test class
- gui.scenarios.test_oneprovider_upload
- Method
- test_user_can_change_directory_while_uploading_files[1oz_1op_deployed]
- Jira Issue
-
- Duration
- 42 secs
- Status
- Failed (New Failure)
Error Log
AssertionError: expected breadcrumbs /dir1; displayed: space1/dir1 request = <FixtureRequest for <Function 'test_user_can_change_directory_while_uploading_files[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-623>: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="c22cec59a20b49dd51bfb0ef3c3d5aae")>} browser_id = 'browser', path = '/dir1' 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 /dir1; displayed: space1/dir1 tests/gui/steps/oneprovider/browser.py:86: AssertionError