Build: #52 failed

Job: Multiprovider basic failed

user changes name of space in one provider and sees that it was changed also in other provider: Test case result

The below summarizes the result of the test " user changes name of space in one provider and sees that it was changed also in other provider" in build 52 of Onedata Products - gui acceptance pkg - feature-VFS-4716-introduction-to-acceptance-testing - Chrome multiprovider basic tests.
Description
user changes name of space in one provider and sees that it was changed also in other provider
Test class
gui.scenarios.test_multiprovider_basic
Method
test_user_changes_name_of_space_in_one_provider_and_sees_that_it_was_changed_also_in_other_provider
Duration
2 mins
Status
Failed (Existing Failure)

Error Log

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

    from tests.gui.steps.oneprovider.data_tab import *
>   from tests.gui.steps.oneprovider.file_browser import *

tests/gui/scenarios/test_multiprovider_basic.py:45: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
/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-428>:2: in assert_if_list_contains_space_in_data_tab_in_op
    ???
tests/gui/utils/generic.py:110: in wrapper
    return fun(*args, **kwargs)
tests/gui/steps/oneprovider/data_tab.py:41: in assert_if_list_contains_space_in_data_tab_in_op
    space_selector = op_page(driver).data.sidebar.space_selector
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

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

    @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