GUI acceptance tests using environment deployed from packages.

Build: #1851 failed

Job: Chrome oneprovider hardlinks and symlinks failed

hardlink info is no longer visible after hardlink removal[1oz 1op deployed]: Test case result

The below summarizes the result of the test " hardlink info is no longer visible after hardlink removal[1oz 1op deployed]" in build 1,851 of Onedata Products - gui acceptance pkg - Chrome oneprovider hardlinks and symlinks.
Description
hardlink info is no longer visible after hardlink removal[1oz 1op deployed]
Test class
gui.scenarios.test_oneprovider_hardlinks_and_symlinks
Method
test_hardlink_info_is_no_longer_visible_after_hardlink_removal[1oz_1op_deployed]
Jira Issue
Duration
1 min
Status
Failed (New Failure)

Error Log

AssertionError: Hardlink file1 path should be /space1/file1, but is space1 / file1
request = <FixtureRequest for <Function 'test_hardlink_info_is_no_longer_visible_after_hardlink_removal[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:78: in wrapper
    return fun(*ba.args, **ba.kwargs)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

selenium = {'browser': <selenium.webdriver.chrome.webdriver.WebDriver (session="7d76bac20d2d3943f04a55fd5abf80e9")>}
browser_id = 'browser', file = 'file1', path = '/space1/file1'
modals = <class 'tests.gui.utils.common.modals.Modals'>

    @wt(parsers.parse('user of {browser_id} sees that path of "{file}" hardlink '
                      'is "{path}" in "File details" modal'))
    def assert_hardlink_path_in_file_dets_modal(selenium, browser_id, file,
                                                path, modals):
        entries = modals(selenium[browser_id]).file_details.hardlinks_tab.files
        actual_path = entries[file].path
>       assert path == actual_path, (f'Hardlink {file} path should be {path}, '
                                     f'but is {actual_path}')
E       AssertionError: Hardlink file1 path should be /space1/file1, but is space1
E       /
E       file1

tests/gui/steps/oneprovider/file_browser.py:329: AssertionError