Acceptance tests using different clients concurrently. Environment deployed from packages.

Build: #659 failed

Job: Access tokens was successful

users create files using web gui an clients and they see that ownership is correctly mapped[1oz 1op luma oneclient-oneclient1-oneclient2-web GUi]: Test case result

The below summarizes the result of the test " users create files using web gui an clients and they see that ownership is correctly mapped[1oz 1op luma oneclient-oneclient1-oneclient2-web GUi]" in build 659 of Onedata Products - mixed acceptance pkg - Chrome LUMA tests.
Description
users create files using web gui an clients and they see that ownership is correctly mapped[1oz 1op luma oneclient-oneclient1-oneclient2-web GUi]
Test class
mixed.scenarios.test_luma
Method
test_users_create_files_using_web_gui_an_clients_and_they_see_that_ownership_is_correctly_mapped[1oz_1op_luma_oneclient-oneclient1-oneclient2-web GUI]
Jira Issue
Duration
6 mins
Status
Failed (Existing Failure)

Error Log

ValueError: need more than 0 values to unpack
client1 = 'oneclient1', client2 = 'oneclient2', client3 = 'web GUI'
request = <FixtureRequest for <Function 'test_users_create_files_using_web_gui_an_clients_and_they_see_that_ownership_is_correctly_mapped[1oz_1op_luma_oneclient-oneclient1-oneclient2-web GUI]'>>

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

tests/mixed/scenarios/test_luma.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)
tests/mixed/steps/data_basic.py:27: in create_file_in_op
    tmp_memory, op_page, result, space)
tests/gui/meta_steps/oneprovider/data.py:197: in create_item_in_op_gui
    path)
tests/gui/meta_steps/oneprovider/data.py:349: in _select_item
    go_to_path(selenium, browser_id, space, op_page, tmp_memory, path)
tests/gui/meta_steps/oneprovider/data.py:355: in go_to_path
    change_space_view_in_data_tab_in_op(selenium, browser_id, space, op_page)
</usr/local/lib/python2.7/dist-packages/decorator.pyc:decorator-gen-154>:2: in change_space_view_in_data_tab_in_op
    ???
tests/utils/utils.py:80: 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 0x7fc26f526f10>

    @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