Acceptance tests using different clients concurrently. Environment deployed from packages.

Build: #1896 failed

Job: Onepanel failed

files tree with specified depth is imported to space after changing max depth option[1oz 1op 1oc-web GUi-RESt]: Test case result

The below summarizes the result of the test " files tree with specified depth is imported to space after changing max depth option[1oz 1op 1oc-web GUi-RESt]" in build 1,896 of Onedata Products - mixed acceptance pkg - Chrome onepanel tests.
Description
files tree with specified depth is imported to space after changing max depth option[1oz 1op 1oc-web GUi-RESt]
Test class
mixed.scenarios.test_onepanel_basic
Method
test_files_tree_with_specified_depth_is_imported_to_space_after_changing_max_depth_option[1oz_1op_1oc-web GUI-REST]
Duration
7 mins
Status
Failed (New Failure)

Error Log

AssertionError: file browser in files tab in op should be empty but is not
subtree = ['dir21', 'dir22', {'file1.txt': 22222}], user = 'user1'
tmp_memory = defaultdict(<class 'dict'>, {'onepanel': {'shares': {}, 'spaces': {}, 'groups': {}, 'mailbox': {'token': 'MDAzM2xvY2F0...zI2MTM2MTEKMDAyZnNpZ25hdHVyZSAzoJIlMIZu02X5qSM02XTDTV1T6kws4Qdz5h7r8md01316Qo'}, 'oz': {}, 'window': {'modal': None}}})
cwd = '/dir2'
selenium = {'browsers': <selenium.webdriver.chrome.webdriver.WebDriver (session="feb0c56af3d026c0a8e5e7828307e9ac")>, 'onepanel':...e7828307e9ac")>, 'user1': <selenium.webdriver.chrome.webdriver.WebDriver (session="79fcd07170984f981b9e7031b6a6939c")>}
op_container = <class 'tests.gui.utils.oneprovider.OPLoggedIn'>
tmpdir = local('/tmp/pytest-of-bamboo/pytest-0/test_files_tree_with_specified1')
which_browser = 'file browser'

    def _check_files_tree(subtree, user, tmp_memory, cwd, selenium, op_container,
                          tmpdir, which_browser='file browser'):
        for item in subtree:
            try:
>               [(item_name, item_subtree)] = item.items()
E               AttributeError: 'str' object has no attribute 'items'

tests/gui/meta_steps/oneprovider/data.py:170: AttributeError

During handling of the above exception, another exception occurred:

request = <FixtureRequest for <Function 'test_files_tree_with_specified_depth_is_imported_to_space_after_changing_max_depth_option[1oz_1op_1oc-web GUI-REST]'>>

    @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)
<decorator-gen-1055>:2: in assert_space_content_in_op
    ???
tests/utils/utils.py:90: in wrapper
    return fun(*args, **kwargs)
tests/mixed/steps/onepanel_basic.py:537: in assert_space_content_in_op
    host, hosts)
tests/gui/meta_steps/oneprovider/data.py:228: in assert_space_content_in_op_gui
    op_container, tmpdir)
tests/gui/meta_steps/oneprovider/data.py:204: in _check_files_tree
    which_browser)
tests/gui/meta_steps/oneprovider/data.py:180: in _check_files_tree
    which_browser)
tests/utils/bdd_utils.py:78: in wrapper
    return fun(*ba.args, **ba.kwargs)
<decorator-gen-505>:2: in assert_empty_browser_in_files_tab_in_op
    ???
tests/utils/utils.py:90: in wrapper
    return fun(*args, **kwargs)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

selenium = {'browsers': <selenium.webdriver.chrome.webdriver.WebDriver (session="feb0c56af3d026c0a8e5e7828307e9ac")>, 'onepanel':...e7828307e9ac")>, 'user1': <selenium.webdriver.chrome.webdriver.WebDriver (session="79fcd07170984f981b9e7031b6a6939c")>}
browser_id = 'user1'
op_container = <class 'tests.gui.utils.oneprovider.OPLoggedIn'>
tmp_memory = defaultdict(<class 'dict'>, {'onepanel': {'shares': {}, 'spaces': {}, 'groups': {}, 'mailbox': {'token': 'MDAzM2xvY2F0...zI2MTM2MTEKMDAyZnNpZ25hdHVyZSAzoJIlMIZu02X5qSM02XTDTV1T6kws4Qdz5h7r8md01316Qo'}, 'oz': {}, 'window': {'modal': None}}})
item_browser = 'file browser'

    @wt(parsers.parse('user of {browser_id} sees empty {item_browser} '
                      'in files tab in Oneprovider page'))
    @repeat_failed(timeout=WAIT_BACKEND)
    def assert_empty_browser_in_files_tab_in_op(selenium, browser_id,
                                                op_container, tmp_memory,
                                                item_browser='file browser'):
        switch_to_iframe(selenium, browser_id)
        check_browser_to_load(selenium, browser_id, tmp_memory, op_container,
                              item_browser)
        items_browser = tmp_memory[browser_id][transform(item_browser)]
>       assert items_browser.is_empty(), (f'{item_browser} in files tab in op '
                                          'should be empty but is not')
E       AssertionError: file browser in files tab in op should be empty but is not

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