GUI acceptance tests using environment deployed from packages.

Build: #768 failed

Job: Onepanel basic failed

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

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

Error Log

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

    @pytest.mark.usefixtures(*function_args)
    def scenario_wrapper(request):
>       _execute_scenario(feature, scenario, request, encoding)

/usr/local/lib/python3.6/dist-packages/pytest_bdd/scenario.py:227: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
/usr/local/lib/python3.6/dist-packages/pytest_bdd/scenario.py:189: in _execute_scenario
    _execute_step_function(request, scenario, step, step_func)
/usr/local/lib/python3.6/dist-packages/pytest_bdd/scenario.py:130: in _execute_step_function
    step_func(**kwargs)
/usr/local/lib/python3.6/dist-packages/pytest_bdd/steps.py:162: in step_func
    result = request.getfixturevalue(func.__name__)
/usr/local/lib/python3.6/dist-packages/_pytest/fixtures.py:428: in getfixturevalue
    return self._get_active_fixturedef(argname).cached_result[0]
/usr/local/lib/python3.6/dist-packages/_pytest/fixtures.py:453: in _get_active_fixturedef
    self._compute_fixture_value(fixturedef)
/usr/local/lib/python3.6/dist-packages/_pytest/fixtures.py:524: in _compute_fixture_value
    fixturedef.execute(request=subrequest)
/usr/local/lib/python3.6/dist-packages/_pytest/fixtures.py:795: in execute
    return hook.pytest_fixture_setup(fixturedef=self, request=request)
/usr/local/lib/python3.6/dist-packages/pluggy/__init__.py:617: in __call__
    return self._hookexec(self, self._nonwrappers + self._wrappers, kwargs)
/usr/local/lib/python3.6/dist-packages/pluggy/__init__.py:222: in _hookexec
    return self._inner_hookexec(hook, methods, kwargs)
/usr/local/lib/python3.6/dist-packages/pluggy/__init__.py:216: in <lambda>
    firstresult=hook.spec_opts.get('firstresult'),
/usr/local/lib/python3.6/dist-packages/_pytest/fixtures.py:826: in pytest_fixture_setup
    result = call_fixture_func(fixturefunc, request, kwargs)
/usr/local/lib/python3.6/dist-packages/_pytest/fixtures.py:718: in call_fixture_func
    res = fixturefunc(**kwargs)
<decorator-gen-466>:2: in login_using_gui
    ???
tests/utils/utils.py:80: in wrapper
    return fun(*args, **kwargs)
tests/gui/meta_steps/onezone/common.py:33: in login_using_gui
    screen_width, screen_height, displays)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

selenium = {'admin': <selenium.webdriver.chrome.webdriver.WebDriver (session="b7328abf6923c6e5c86e857e0c1d9219")>, 'browser': <selenium.webdriver.chrome.webdriver.WebDriver (session="b7328abf6923c6e5c86e857e0c1d9219")>}
driver = <function driver.<locals>.<lambda> at 0x7fdeff93fd90>
browser_id_list = 'admin'
tmpdir = local('/tmp/pytest-of-bamboo/pytest-0/test_user_successfully_change_1')
tmp_memory = defaultdict(<class 'dict'>, {'browser': {'shares': {}, 'spaces': {}, 'groups': {}, 'mailbox': {}, 'oz': {}, 'window': ...dal': None}}, 'admin': {'shares': {}, 'spaces': {}, 'groups': {}, 'mailbox': {}, 'oz': {}, 'window': {'modal': None}}})
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