GUI acceptance tests using environment deployed from packages.

Build: #854 failed

Job: Shares basic failed

user sees new files in single share view in full onezone interface after adding them to shared directory[1oz 1op deployed]: Test case result

The below summarizes the result of the test " user sees new files in single share view in full onezone interface after adding them to shared directory[1oz 1op deployed]" in build 854 of Onedata Products - gui acceptance pkg - Chrome shares basic tests.
Description
user sees new files in single share view in full onezone interface after adding them to shared directory[1oz 1op deployed]
Test class
gui.scenarios.test_shares_basic
Method
test_user_sees_new_files_in_single_share_view_in_full_onezone_interface_after_adding_them_to_shared_directory[1oz_1op_deployed]
Jira Issue
Duration
1 min
Status
Failed (New Failure)

Error Log

AssertionError: expected breadcrumbs /dir1; displayed: space1
request = <FixtureRequest for <Function 'test_user_sees_new_files_in_single_share_view_in_full_onezone_interface_after_adding_them_to_shared_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:76: in wrapper
    return fun(*ba.args, **ba.kwargs)
<decorator-gen-402>:2: in is_displayed_breadcrumbs_in_data_tab_in_op_correct
    ???
tests/utils/utils.py:80: in wrapper
    return fun(*args, **kwargs)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

selenium = {'browser': <selenium.webdriver.chrome.webdriver.WebDriver (session="65676adc2fee7edaf3a640cc9b189155")>}
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: space1

tests/gui/steps/oneprovider/data_tab.py:146: AssertionError