GUI acceptance tests using environment deployed from packages.

Build: #607 failed

Job: Onepanel basic failed

user successfully change passphrase in emergency passphrase view[1oz 1op not deployed]: Test case result

The below summarizes the result of the test " user successfully change passphrase in emergency passphrase view[1oz 1op not deployed]" in build 607 of Onedata Products - gui acceptance pkg - Chrome onepanel basic tests.
Description
user successfully change passphrase in emergency passphrase view[1oz 1op not deployed]
Test class
gui.scenarios.test_onepanel_basic
Method
test_user_successfully_change_passphrase_in_emergency_passphrase_view[1oz_1op_not_deployed]
Duration
32 secs
Status
Failed (New Failure)

Error Log

AttributeError: admin already in use
request = <FixtureRequest for <Function 'test_user_successfully_change_passphrase_in_emergency_passphrase_view[1oz_1op_not_deployed]'>>

    from tests.gui.steps.onezone.manage_account import *
>   from tests.gui.steps.onezone.spaces import *

tests/gui/scenarios/test_onepanel_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)
/usr/local/lib/python2.7/dist-packages/pytest_bdd/steps.py:165: in step_func
    result = get_fixture_value(request, func.__name__)
/usr/local/lib/python2.7/dist-packages/pytest_bdd/utils.py:36: in get_fixture_value
    return getfixturevalue(name)
/usr/local/lib/python2.7/dist-packages/_pytest/fixtures.py:441: in getfixturevalue
    return self._get_active_fixturedef(argname).cached_result[0]
/usr/local/lib/python2.7/dist-packages/_pytest/fixtures.py:466: in _get_active_fixturedef
    result = self._getfixturevalue(fixturedef)
/usr/local/lib/python2.7/dist-packages/_pytest/fixtures.py:531: in _getfixturevalue
    val = fixturedef.execute(request=subrequest)
/usr/local/lib/python2.7/dist-packages/_pytest/fixtures.py:787: in execute
    return ihook.pytest_fixture_setup(fixturedef=self, request=request)
/usr/local/lib/python2.7/dist-packages/_pytest/vendored_packages/pluggy.py:745: in __call__
    return self._hookexec(self, self._nonwrappers + self._wrappers, kwargs)
/usr/local/lib/python2.7/dist-packages/_pytest/vendored_packages/pluggy.py:339: in _hookexec
    return self._inner_hookexec(hook, methods, kwargs)
/usr/local/lib/python2.7/dist-packages/_pytest/vendored_packages/pluggy.py:334: in <lambda>
    _MultiCall(methods, kwargs, hook.spec_opts).execute()
/usr/local/lib/python2.7/dist-packages/_pytest/vendored_packages/pluggy.py:613: in execute
    return _wrapped_call(hook_impl.function(*args), self.execute)
/usr/local/lib/python2.7/dist-packages/_pytest/vendored_packages/pluggy.py:254: in _wrapped_call
    return call_outcome.get_result()
/usr/local/lib/python2.7/dist-packages/_pytest/vendored_packages/pluggy.py:280: in get_result
    _reraise(*ex)  # noqa
/usr/local/lib/python2.7/dist-packages/_pytest/vendored_packages/pluggy.py:265: in __init__
    self.result = func()
/usr/local/lib/python2.7/dist-packages/_pytest/vendored_packages/pluggy.py:614: in execute
    res = hook_impl.function(*args)
/usr/local/lib/python2.7/dist-packages/_pytest/fixtures.py:817: in pytest_fixture_setup
    result = call_fixture_func(fixturefunc, request, kwargs)
/usr/local/lib/python2.7/dist-packages/_pytest/fixtures.py:722: in call_fixture_func
    res = fixturefunc(**kwargs)
</usr/local/lib/python2.7/dist-packages/decorator.pyc:decorator-gen-452>:2: in login_using_gui
    ???
tests/utils/utils.py:79: in wrapper
    return fun(*args, **kwargs)
tests/gui/meta_steps/onezone/common.py:32: in login_using_gui
    screen_width, screen_height, displays)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

selenium = {'admin': <selenium.webdriver.chrome.webdriver.WebDriver (session="985430c3183a0f9d1819b5ebd5c95c3e")>, 'browser': <selenium.webdriver.chrome.webdriver.WebDriver (session="985430c3183a0f9d1819b5ebd5c95c3e")>}
driver = <function <lambda> at 0x7f1c19433488>, browser_id_list = 'admin'
tmpdir = local('/tmp/pytest-of-bamboo/pytest-0/test_user_successfully_change_1')
tmp_memory = defaultdict(<type 'dict'>, {'admin': {'shares': {}, 'mailbox': {}, 'window': {...ailbox': {}, 'window': {'modal': None}, 'spaces': {}, 'oz': {}, 'groups': {}}})
driver_kwargs = {'desired_capabilities': {'acceptSslCerts': True, 'browserName': 'chrome', 'goog:chromeOptions': {'args': ['--no-sandb.../pytest-of-bamboo/pytest-0/test_user_successfully_change_1/admin/download'}}, 'loggingPrefs': {'browser': 'ALL'}, ...}}
driver_type = 'Chrome', firefox_logging = False, firefox_path = None
xvfb = [':1006.0', ':1006.1'], xvfb_recorder = None, screen_width = 1366
screen_height = 1024, displays = {'admin': ':1006.0', 'browser': ':1006.0'}

    @given(parsers.parse("user opened {browser_id_list} window"))
    @given(parsers.parse("users opened {browser_id_list} browsers' windows"))
    def create_instances_of_webdriver(selenium, driver, browser_id_list, tmpdir,
                                      tmp_memory, driver_kwargs, driver_type,
                                      firefox_logging, firefox_path,
                                      xvfb, xvfb_recorder,
                                      screen_width, screen_height, displays):
    
        for browser_id, display in zip(parse_seq(browser_id_list), cycle(xvfb)):
            if browser_id in selenium:
>               raise AttributeError('{:s} already in use'.format(browser_id))
E               AttributeError: admin already in use

tests/gui/steps/common/browser_creation.py:41: AttributeError