Build: #31 failed

Job: Multiprovider basic failed

user uploads file on one provider sees its distribution writes to it using cdmi on other provider and sees its distribution: Test case result

The below summarizes the result of the test " user uploads file on one provider sees its distribution writes to it using cdmi on other provider and sees its distribution" in build 31 of Onedata Products - gui acceptance pkg - feature-VFS-4716-introduction-to-acceptance-testing - Chrome multiprovider basic tests.
Description
user uploads file on one provider sees its distribution writes to it using cdmi on other provider and sees its distribution
Test class
gui.scenarios.test_multiprovider_basic
Method
test_user_uploads_file_on_one_provider_sees_its_distribution_writes_to_it_using_cdmi_on_other_provider_and_sees_its_distribution
Duration
1 min
Status
Failed (Existing Failure)

Error Log

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

    from tests.gui.steps.onezone.multibrowser_spaces import *
>   from tests.gui.steps.onezone.groups import *

tests/gui/scenarios/test_multiprovider_basic.py:41: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
/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-418>: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 0x7fb13d50b890>

    @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