GUI acceptance tests using environment deployed from packages.

Build: #2693 failed

Job: Onezone harvesters index failed

Stages & jobs

  1. Qnthack - copy quarantine

  2. Acceptance Test

  3. Qnthack - rerun

user sees file type after creating index that includes file type file detail[1oz 1op elasticsearch]: Test case result

The below summarizes the result of the test " user sees file type after creating index that includes file type file detail[1oz 1op elasticsearch]" in build 2,693 of Onedata Products - gui acceptance pkg - Onezone harvesters index.
Description
user sees file type after creating index that includes file type file detail[1oz 1op elasticsearch]
Test class
gui.scenarios.test_onezone_harvesters_index
Method
test_user_sees_file_type_after_creating_index_that_includes_file_type_file_detail[1oz_1op_elasticsearch]
Duration
3 mins
Status
Failed (Existing Failure)

Error Log

AssertionError: files list is not visible on data discovery page
request = <FixtureRequest for <Function 'test_user_sees_file_type_after_creating_index_that_includes_file_type_file_detail[1oz_1op_elasticsearch]'>>

    @pytest.mark.usefixtures(*function_args)
    def scenario_wrapper(request):
>       _execute_scenario(feature, scenario, request, encoding)

/usr/local/lib/python3.8/dist-packages/pytest_bdd/scenario.py:227: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
/usr/local/lib/python3.8/dist-packages/pytest_bdd/scenario.py:189: in _execute_scenario
    _execute_step_function(request, scenario, step, step_func)
/usr/local/lib/python3.8/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)
tests/utils/bdd_utils.py:78: in wrapper
    return fun(*ba.args, **ba.kwargs)
tests/gui/steps/onezone/harvesters/data_discovery.py:27: in assert_data_discovery_page
    _wait_for_files_list(selenium, browser_id, data_discovery)
<decorator-gen-899>:2: in _wait_for_files_list
    ???
tests/utils/utils.py:95: in wrapper
    return fun(*args, **kwargs)
tests/gui/steps/onezone/harvesters/data_discovery.py:36: in _wait_for_files_list
    assert_files_list_on_data_disc(selenium, browser_id, data_discovery)
<decorator-gen-901>:2: in assert_files_list_on_data_disc
    ???
tests/utils/utils.py:95: in wrapper
    return fun(*args, **kwargs)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

selenium = {'browser': <selenium.webdriver.chrome.webdriver.WebDriver (session="e611655b07ee26bf7c1d48761774e030")>}
browser_id = 'browser'
data_discovery = <class 'tests.gui.utils.onezone.data_discovery_page.DataDiscoveryPage'>

    @repeat_failed(timeout=WAIT_FRONTEND/2)
    def assert_files_list_on_data_disc(selenium, browser_id, data_discovery):
        msg = 'files list is not visible on data discovery page'
>       assert len(data_discovery(selenium[browser_id]).results_list), msg
E       AssertionError: files list is not visible on data discovery page

tests/gui/steps/onezone/harvesters/data_discovery.py:42: AssertionError