Build: #19 failed

Job: Onepanel failed

user supports space with storage sync and enabled options delete[web GUi-RESt-RESt]: Test case result

The below summarizes the result of the test " user supports space with storage sync and enabled options delete[web GUi-RESt-RESt]" in build 19 of Onedata Products - mixed acceptance pkg - feature-VFS-4500-luma-acceptance-one-env-tests-develop - Chrome onepanel tests.
Description
user supports space with storage sync and enabled options delete[web GUi-RESt-RESt]
Test class
mixed_swaggers.scenarios.test_onepanel_basic
Method
test_user_supports_space_with_storage_sync_and_enabled_options_delete[web GUI-REST-REST]
Duration
3 mins
Status
Failed (New Failure)

Error Log

AssertionError: not found "dir2" in file browser
client1 = 'web GUI', client2 = 'REST', client3 = 'REST'
request = <FixtureRequest for <Function 'test_user_supports_space_with_storage_sync_and_enabled_options_delete[web GUI-REST-REST]'>>

    from tests.gui.steps.modal import *
>   from tests.gui.steps.oneprovider_common import *

tests/mixed_swaggers/scenarios/test_onepanel_basic.py:49: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
/usr/local/lib/python2.7/dist-packages/pytest_bdd/scenario.py:195: in _execute_scenario
    _execute_step_function(request, scenario, step, step_func)
/usr/local/lib/python2.7/dist-packages/pytest_bdd/scenario.py:137: in _execute_step_function
    step_func(**kwargs)
<decorator-gen-522>:2: in assert_space_content_in_op
    ???
tests/gui/utils/generic.py:110: in wrapper
    return fun(*args, **kwargs)
tests/mixed_swaggers/steps/onepanel_basic.py:542: in assert_space_content_in_op
    host, hosts)
tests/gui/meta_steps/oneprovider/data.py:330: in assert_space_content_in_op_gui
    op_page, tmpdir)
tests/gui/meta_steps/oneprovider/data.py:298: in _check_files_tree
    assert_items_presence_in_file_browser(user, item_name, tmp_memory)
<decorator-gen-338>:2: in assert_items_presence_in_file_browser
    ???
tests/gui/utils/generic.py:110: in wrapper
    return fun(*args, **kwargs)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

browser_id = 'user1', item_list = 'dir2'
tmp_memory = defaultdict(<type 'dict'>, {'admin': {'shares': {}, 'mailbox': {'token': u'MDA...ts.gui.utils.oneprovider.file_browser._FileBrowser object at 0x7ff59c503e90>}})

    @when(parsers.parse('user of {browser_id} sees item(s) '
                        'named {item_list} in file browser'))
    @then(parsers.parse('user of {browser_id} sees item(s) '
                        'named {item_list} in file browser'))
    @when(parsers.parse('user of {browser_id} sees that item named '
                        '{item_list} has appeared in file browser'))
    @then(parsers.parse('user of {browser_id} sees that item named '
                        '{item_list} has appeared in file browser'))
    @when(parsers.parse('user of {browser_id} sees that items named '
                        '{item_list} have appeared in file browser'))
    @then(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']
        files = {f.name for f in file_browser.files}
        for item_name in parse_seq(item_list):
                assert item_name in files, \
>                   ('not found "{}" in file browser'.format(item_name))
E               AssertionError: not found "dir2" in file browser

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