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

Build: #2083 failed

Job: Datasets failed

user of client checking sees protection flags set via client setting for datasets created previously via client checking[1oz 1op 1oc-RESt-web GUi]: Test case result

The below summarizes the result of the test " user of client checking sees protection flags set via client setting for datasets created previously via client checking[1oz 1op 1oc-RESt-web GUi]" in build 2,083 of Onedata Products - mixed acceptance pkg - Chrome datasets tests.
Description
user of client checking sees protection flags set via client setting for datasets created previously via client checking[1oz 1op 1oc-RESt-web GUi]
Test class
mixed.scenarios.test_dataset
Method
test_user_of_client_checking_sees_protection_flags_set_via_client_setting_for_datasets_created_previously_via_client_checking[1oz_1op_1oc-REST-web GUI]
Jira Issue
Duration
5 mins
Status
Failed (New Failure)

Error Log

RuntimeError: Waited too long for being selected
request = <FixtureRequest for <Function 'test_user_of_client_checking_sees_protection_flags_set_via_client_setting_for_datasets_created_previously_via_client_checking[1oz_1op_1oc-REST-web GUI]'>>

    @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)
tests/utils/bdd_utils.py:78: in wrapper
    return fun(*ba.args, **ba.kwargs)
<decorator-gen-911>:2: in set_protection_flags_for_dataset
    ???
tests/utils/utils.py:90: in wrapper
    return fun(*args, **kwargs)
tests/mixed/steps/dataset.py:185: in set_protection_flags_for_dataset
    modals, option)
tests/gui/meta_steps/oneprovider/dataset.py:211: in set_protection_flags_for_dataset_in_op_gui
    item_browser=item_browser)
tests/gui/meta_steps/oneprovider/data.py:429: in go_to_path_without_last_elem
    item_browser)
tests/utils/bdd_utils.py:78: in wrapper
    return fun(*ba.args, **ba.kwargs)
<decorator-gen-593>:2: in click_and_press_enter_on_item_in_browser
    ???
tests/utils/utils.py:90: in wrapper
    return fun(*args, **kwargs)
tests/gui/steps/oneprovider/browser.py:37: in click_and_press_enter_on_item_in_browser
    item_name)
<decorator-gen-595>:2: in click_and_enter_with_check
    ???
tests/utils/utils.py:90: in wrapper
    return fun(*args, **kwargs)
tests/gui/steps/oneprovider/browser.py:45: in click_and_enter_with_check
    browser.data[item_name].click_and_enter()
tests/gui/utils/oneprovider/dataset_browser/data_row.py:37: in click_and_enter
    self.wait_for_selected()
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

self = <tests.gui.utils.oneprovider.dataset_browser.data_row.DataRow object at 0x7f1cc4495470>

    def wait_for_selected(self):
        for i in range(30):
            time.sleep(0.1)
            if self.is_selected():
                return
    
>       raise RuntimeError('Waited too long for being selected')
E       RuntimeError: Waited too long for being selected

tests/gui/utils/oneprovider/browser_row.py:24: RuntimeError