GUI acceptance tests using environment deployed from packages.

Build: #1215 failed

Job: Oneprovider data tab failed

space owner can move file to a directory which has 677 permission code[1oz 1op deployed]: Test case result

The below summarizes the result of the test " space owner can move file to a directory which has 677 permission code[1oz 1op deployed]" in build 1,215 of Onedata Products - gui acceptance pkg - Chrome oneprovider data tab tests.
Description
space owner can move file to a directory which has 677 permission code[1oz 1op deployed]
Test class
gui.scenarios.test_oneprovider_data_tab
Method
test_space_owner_can_move_file_to_a_directory_which_has_677_permission_code[1oz_1op_deployed]
Duration
1 min
Status
Failed (New Failure)

Error Log

AssertionError: found "file3" in file browser, while it should not
request = <FixtureRequest for <Function 'test_space_owner_can_move_file_to_a_directory_which_has_677_permission_code[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:76: in wrapper
    return fun(*ba.args, **ba.kwargs)
<decorator-gen-619>:2: in assert_items_absence_in_file_browser
    ???
tests/utils/utils.py:90: in wrapper
    return fun(*args, **kwargs)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

browser_id = 'browser', item_list = 'file3'
tmp_memory = defaultdict(<class 'dict'>, {'browser': {'shares': {}, 'spaces': {}, 'groups': {}, 'mailbox': {}, 'oz': {}, 'window': ...7-ddf459e2d43b")>}, 'file_browser': <tests.gui.utils.oneprovider.file_browser._FileBrowser object at 0x7f7a0f1f6d68>}})

    @wt(parsers.parse('user of {browser_id} sees that item named {item_list} '
                      'has disappeared from files browser'))
    @wt(parsers.parse('user of {browser_id} sees that items named {item_list} '
                      'have disappeared from files browser'))
    @wt(parsers.parse('user of {browser_id} does not see any item(s) named '
                      '{item_list} in file browser'))
    @repeat_failed(timeout=WAIT_BACKEND)
    def assert_items_absence_in_file_browser(browser_id, item_list, tmp_memory):
        data = _get_items_list_from_file_browser(browser_id, tmp_memory)
        for item_name in parse_seq(item_list):
>           assert item_name not in data, (f'found "{item_name}" in file browser, '
                                           f'while it should not')
E           AssertionError: found "file3" in file browser, while it should not

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