Build: #31 failed

Job: Oneprovider data tab failed

user sees that with several files selected only create directory create file upload file change element permissions remove element buttons from toolbar are enabled: Test case result

The below summarizes the result of the test " user sees that with several files selected only create directory create file upload file change element permissions remove element buttons from toolbar are enabled" in build 31 of Onedata Products - gui acceptance pkg - feature-VFS-4716-introduction-to-acceptance-testing - Chrome oneprovider data tab tests.
Description
user sees that with several files selected only create directory create file upload file change element permissions remove element buttons from toolbar are enabled
Test class
gui.scenarios.test_oneprovider_data_tab
Method
test_user_sees_that_with_several_files_selected_only_create_directory_create_file_upload_file_change_element_permissions_remove_element_buttons_from_toolbar_are_enabled
Duration
1 min
Status
Failed (Existing Failure)

Error Log

ValueError: need more than 0 values to unpack
request = <FixtureRequest for <Function 'test_user_sees_that_with_several_files_selected...e_change_element_permissions_remove_element_buttons_from_toolbar_are_enabled'>>

    
>   from . import BROWSER

tests/gui/scenarios/test_oneprovider_data_tab.py:53: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
/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-256>:2: in change_space_view_in_data_tab_in_op
    ???
tests/gui/utils/generic.py:110: in wrapper
    return fun(*args, **kwargs)
tests/gui/steps/oneprovider/data_tab.py:29: in change_space_view_in_data_tab_in_op
    selector = op_page(driver).data.sidebar.space_selector
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

self = <tests.gui.utils.oneprovider.data_tab.DataTab object at 0x7f0b85891f10>

    @property
    def sidebar(self):
>       sidebar_, resize_handler = self._sidebar
E       ValueError: need more than 0 values to unpack

tests/gui/utils/oneprovider/data_tab/__init__.py:31: ValueError