GUI acceptance tests using environment deployed from packages.

Build: #2009 was successful

Job: Oneprovider archives incremental and nested was successful

Stages & jobs

  1. Acceptance Test

user sees symbolic links on child datasets after creating nested archive on parent[1oz 1op deployed]: Test case result

The below summarizes the result of the test " user sees symbolic links on child datasets after creating nested archive on parent[1oz 1op deployed]" in build 2,009 of Onedata Products - gui acceptance pkg - Chrome oneprovider archives incremental and nested.
Description
user sees symbolic links on child datasets after creating nested archive on parent[1oz 1op deployed]
Test class
gui.scenarios.test_oneprovider_archives_incremental_and_nested
Method
test_user_sees_symbolic_links_on_child_datasets_after_creating_nested_archive_on_parent[1oz_1op_deployed]
Jira Issue
Duration
4 mins
Status
Failed (Existing Failure)

Error Log

RuntimeError: Waited too long for being selected
request = <FixtureRequest for <Function 'test_user_sees_symbolic_links_on_child_datasets_after_creating_nested_archive_on_parent[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/archive_file_browser/data_row.py:33: in click_and_enter
    self.wait_for_selected()
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

self = <tests.gui.utils.oneprovider.archive_file_browser.data_row.DataRow object at 0x7f56e83f4630>

    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