GUI acceptance tests using environment deployed from packages.

Build: #1549 failed

Job: Public shares failed

user views and downloads files from public interface of share shared from another user from share directory modal[1oz 1op deployed]: Test case result

The below summarizes the result of the test " user views and downloads files from public interface of share shared from another user from share directory modal[1oz 1op deployed]" in build 1,549 of Onedata Products - gui acceptance pkg - Chrome public shares tests.
Description
user views and downloads files from public interface of share shared from another user from share directory modal[1oz 1op deployed]
Test class
gui.scenarios.test_public_shares
Method
test_user_views_and_downloads_files_from_public_interface_of_share_shared_from_another_user_from_share_directory_modal[1oz_1op_deployed]
Duration
4 mins
Status
Failed (Existing Failure)

Error Log

AssertionError: displayed share cwd in file browser is dir1 instead of expected /dir1
request = <FixtureRequest for <Function 'test_user_views_and_downloads_files_from_public_interface_of_share_shared_from_another_user_from_share_directory_modal[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-761>:2: in is_public_share_cwd_correct
    ???
tests/utils/utils.py:90: in wrapper
    return fun(*args, **kwargs)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

selenium = {'browser1': <selenium.webdriver.chrome.webdriver.WebDriver (session="b5d43d88b082382c4ee3c619fdf288df")>, 'space_owner_browser': <selenium.webdriver.chrome.webdriver.WebDriver (session="2c35c77b12d901dbed31520b2e4a0e9d")>}
browser_id = 'browser1', cwd = '/dir1'
public_share = <class 'tests.gui.utils.oneprovider.shares.public_share.PublicShareView'>

    @wt(parsers.parse('user of {browser_id} sees that current working directory '
                      'path visible in share\'s public interface file browser '
                      'is as follows: {cwd}'))
    @repeat_failed(timeout=WAIT_FRONTEND)
    def is_public_share_cwd_correct(selenium, browser_id, cwd, public_share):
        displayed_cwd = public_share(selenium[browser_id]).breadcrumbs.pwd()
>       assert displayed_cwd == cwd, (f'displayed share cwd in file browser'
                                      f' is {displayed_cwd} '
                                      f'instead of expected {cwd}')
E       AssertionError: displayed share cwd in file browser is dir1 instead of expected /dir1

tests/gui/steps/oneprovider/public_shares.py:60: AssertionError