GUI acceptance tests using environment deployed from packages.

Build: #1527 failed

Job: Public shares failed

shares public interface still works after the only space member left the space containing share[1oz 1op deployed]: Test case result

The below summarizes the result of the test " shares public interface still works after the only space member left the space containing share[1oz 1op deployed]" in build 1,527 of Onedata Products - gui acceptance pkg - Chrome public shares tests.
Description
shares public interface still works after the only space member left the space containing share[1oz 1op deployed]
Test class
gui.scenarios.test_public_shares
Method
test_shares_public_interface_still_works_after_the_only_space_member_left_the_space_containing_share[1oz_1op_deployed]
Duration
2 mins
Status
Failed (Existing Failure)

Error Log

AssertionError: not found "file1" in file browser
request = <FixtureRequest for <Function 'test_shares_public_interface_still_works_after_the_only_space_member_left_the_space_containing_share[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)
tests/utils/bdd_utils.py:77: in wrapper
    return fun(*ba.args, **ba.kwargs)
tests/utils/bdd_utils.py:77: in wrapper
    return fun(*ba.args, **ba.kwargs)
<decorator-gen-629>:2: in assert_items_presence_in_file_browser
    ???
tests/utils/utils.py:90: in wrapper
    return fun(*args, **kwargs)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

browser_id = 'browser1', item_list = '"file1"'
tmp_memory = defaultdict(<class 'dict'>, {'space_owner_browser': {'shares': {}, 'spaces': {}, 'groups': {}, 'mailbox': {}, 'oz': {}...': {'modal': None}, 'file_browser': <tests.gui.utils.oneprovider.file_browser._FileBrowser object at 0x7f857f45d6a0>}})

    @wt(parsers.parse('user of {browser_id} sees item(s) '
                      'named {item_list} in file browser'))
    @wt(parsers.parse('user of {browser_id} sees that item named '
                      '{item_list} has appeared in file browser'))
    @wt(parsers.parse('user of {browser_id} sees that items named '
                      '{item_list} have appeared in file browser'))
    @repeat_failed(timeout=WAIT_BACKEND)
    def assert_items_presence_in_file_browser(browser_id, item_list, tmp_memory):
        file_browser = tmp_memory[browser_id]['file_browser']
        data = _get_items_list_from_file_browser(browser_id, tmp_memory)
        for item_name in parse_seq(item_list):
            assert (item_name in data and
>                   file_browser.data[item_name].size), (f'not found "{item_name}" '
                                                         f'in file browser')
E           AssertionError: not found "file1" in file browser

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