GUI acceptance tests using environment deployed from packages.

Build: #1916 failed

Job: Oneprovider datasets failed

user sees directory tree in detached tab after detaching directories[1oz 1op deployed]: Test case result

The below summarizes the result of the test " user sees directory tree in detached tab after detaching directories[1oz 1op deployed]" in build 1,916 of Onedata Products - gui acceptance pkg - Chrome oneprovider datasets tests.
Description
user sees directory tree in detached tab after detaching directories[1oz 1op deployed]
Test class
gui.scenarios.test_oneprovider_datasets
Method
test_user_sees_directory_tree_in_detached_tab_after_detaching_directories[1oz_1op_deployed]
Jira Issue
Duration
4 mins
Status
Failed (New Failure)

Error Log

RuntimeError: Waited too long for being selected
request = <FixtureRequest for <Function 'test_user_sees_directory_tree_in_detached_tab_after_detaching_directories[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)
tests/utils/bdd_utils.py:78: in wrapper
    return fun(*ba.args, **ba.kwargs)
<decorator-gen-1009>: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-1011>: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 0x7fe682fb8278>

    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