GUI acceptance tests using environment deployed from packages.

Build: #659 failed

Job: Onepanel login failed

user successfully logout[1oz 1op deployed]: Test case result

The below summarizes the result of the test " user successfully logout[1oz 1op deployed]" in build 659 of Onedata Products - gui acceptance pkg - Chrome onepanel login tests.
Description
user successfully logout[1oz 1op deployed]
Test class
gui.scenarios.test_onepanel_login
Method
test_user_successfully_logout[1oz_1op_deployed]
Duration
30 secs
Status
Failed (New Failure)

Error Log

RuntimeError: maximum recursion depth exceeded while calling a Python object
request = <FixtureRequest for <Function 'test_user_successfully_logout[1oz_1op_deployed]'>>

>   ???

tests/gui/scenarios/test_onepanel_login.py:49: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
/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)
</usr/local/lib/python2.7/dist-packages/decorator.pyc:decorator-gen-48>:2: in wt_click_on_user_account_btn_panel
    ???
tests/utils/utils.py:79: in wrapper
    return fun(*args, **kwargs)
tests/gui/steps/onepanel/account_management.py:27: in wt_click_on_user_account_btn_panel
    onepage(selenium[browser_id]).logout.click()
tests/gui/utils/core/web_elements.py:29: in __get__
    lambda: self._format_msg('no {item} item found '
tests/gui/utils/generic.py:91: in find_web_elem
    err_msg = err_msg()
tests/gui/utils/core/web_elements.py:30: in <lambda>
    'in {parent}', instance))
tests/gui/utils/core/web_elements.py:34: in _format_msg
    p_name = (self.parent_name if self.parent_name != '' else str(parent))
tests/gui/utils/common/common.py:51: in __str__
    return self.service
tests/gui/utils/core/web_elements.py:76: in __get__
    item = super(Label, self).__get__(instance, owner)
tests/gui/utils/core/web_elements.py:29: in __get__
    lambda: self._format_msg('no {item} item found '
tests/gui/utils/generic.py:91: in find_web_elem
    err_msg = err_msg()
tests/gui/utils/core/web_elements.py:30: in <lambda>
    'in {parent}', instance))
tests/gui/utils/core/web_elements.py:34: in _format_msg
    p_name = (self.parent_name if self.parent_name != '' else str(parent))
tests/gui/utils/common/common.py:51: in __str__
    return self.service
!!! Recursion detected (same locals & position)