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

Build: #595 failed

Job: Groups basic failed

user renames group[1oz 1op 1oc-RESt-web GUi]: Test case result

The below summarizes the result of the test " user renames group[1oz 1op 1oc-RESt-web GUi]" in build 595 of Onedata Products - mixed acceptance pkg - Chrome groups basic tests.
Description
user renames group[1oz 1op 1oc-RESt-web GUi]
Test class
mixed.scenarios.test_groups_basic
Method
test_user_renames_group[1oz_1op_1oc-REST-web GUI]
Duration
46 secs
Status
Failed (Existing Failure)

Error Log

RuntimeError: no INPUT BOX item found in GroupsPage in Onezone page
client1 = 'REST', client2 = 'web GUI'
request = <FixtureRequest for <Function 'test_user_renames_group[1oz_1op_1oc-REST-web GUI]'>>

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

tests/mixed/scenarios/test_groups_basic.py:45: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
/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/group_basic.py:25: in create_groups
    create_groups_using_op_gui(selenium, user, group_list, oz_page)
</usr/local/lib/python2.7/dist-packages/decorator.pyc:decorator-gen-564>:2: in create_groups_using_op_gui
    ???
tests/utils/utils.py:79: in wrapper
    return fun(*args, **kwargs)
tests/gui/meta_steps/onezone/groups.py:73: in create_groups_using_op_gui
    group, oz_page)
</usr/local/lib/python2.7/dist-packages/decorator.pyc:decorator-gen-442>:2: in input_name_or_token_into_input_box_on_main_groups_page
    ???
tests/utils/utils.py:79: in wrapper
    return fun(*args, **kwargs)
tests/gui/steps/onezone/groups.py:52: in input_name_or_token_into_input_box_on_main_groups_page
    oz_page(selenium[browser_id])['groups'].input_box.value = text
tests/gui/utils/core/web_elements.py:58: in __get__
    elem = super(WebItem, self).__get__(instance, owner)
tests/gui/utils/core/web_elements.py:29: in __get__
    lambda: self._format_msg('no {item} item found '
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

web_elem_root = <selenium.webdriver.chrome.webdriver.WebDriver (session="14b899008878e77e0ed98fa88fcf1f8f")>
css_sel = '.content-info-content-container'
err_msg = 'no INPUT BOX item found in GroupsPage in Onezone page'

    def find_web_elem(web_elem_root, css_sel, err_msg):
        try:
            _scroll_to_css_sel(web_elem_root, css_sel)
            item = web_elem_root.find_element_by_css_selector(css_sel)
        except NoSuchElementException:
            with suppress(TypeError):
                err_msg = err_msg()
>           raise RuntimeError(err_msg)
E           RuntimeError: no INPUT BOX item found in GroupsPage in Onezone page

tests/gui/utils/generic.py:92: RuntimeError