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

Build: #466 failed

Job: Onepanel failed

user supports space with storage sync and enabled options write once[1oz 1op 1oc-RESt-web GUi-RESt]: Test case result

The below summarizes the result of the test " user supports space with storage sync and enabled options write once[1oz 1op 1oc-RESt-web GUi-RESt]" in build 466 of Onedata Products - mixed acceptance pkg - Chrome onepanel tests.
Description
user supports space with storage sync and enabled options write once[1oz 1op 1oc-RESt-web GUi-RESt]
Test class
mixed.scenarios.test_onepanel_basic
Method
test_user_supports_space_with_storage_sync_and_enabled_options_write_once[1oz_1op_1oc-REST-web GUI-REST]
Duration
1 min
Status
Failed (New Failure)

Error Log

RuntimeError: no CONFIGURE with "Configure" text found in SyncChart in Space in SpacesContentPage in content in Oneprovider Panel 19.02.0-beta1
client1 = 'REST', client2 = 'web GUI', client3 = 'REST'
request = <FixtureRequest for <Function 'test_user_supports_space_with_storage_sync_and_enabled_options_write_once[1oz_1op_1oc-REST-web GUI-REST]'>>

    from tests.gui.meta_steps.onepanel.provider import *
>   from tests.gui.meta_steps.onepanel.spaces import *

tests/mixed/scenarios/test_onepanel_basic.py:53: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
/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/onepanel_basic.py:514: in configure_sync_parameters_for_space_in_op_panel
    config, sync_type)
tests/gui/meta_steps/onepanel/spaces.py:99: in configure_sync_parameters_for_space_in_op_panel_gui
    configure_button)
<decorator-gen-160>:2: in wt_clicks_on_button_in_space_record
    ???
tests/utils/utils.py:71: in wrapper
    return fun(*args, **kwargs)
tests/gui/steps/onepanel/spaces.py:235: in wt_clicks_on_button_in_space_record
    getattr(sync_chart, transform(button)).click()
tests/gui/utils/core/web_elements.py:58: in __get__
    elem = super(WebItem, self).__get__(instance, owner)
tests/gui/utils/core/web_elements.py:52: in __get__
    lambda: self._format_msg(err_msg, instance,
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

web_elem_root = <selenium.webdriver.remote.webelement.WebElement (session="72b57397727efe96236283fba2f9eb49", element="0.487556637710735-101")>
css_sel = 'button', text = 'Configure'
err_msg = 'no CONFIGURE with "Configure" text found in SyncChart in Space in SpacesContentPage in content in Oneprovider Panel 19.02.0-beta1'

    def find_web_elem_with_text(web_elem_root, css_sel, text, err_msg):
        items = web_elem_root.find_elements_by_css_selector(css_sel)
        _scroll_to_css_sel(web_elem_root, css_sel)
        for item in items:
            if item.text.lower() == text.lower():
                return item
        else:
            with suppress(TypeError):
                err_msg = err_msg()
>           raise RuntimeError(err_msg)
E           RuntimeError: no CONFIGURE with "Configure" text found in SyncChart in Space in SpacesContentPage in content in Oneprovider Panel 19.02.0-beta1

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