GUI acceptance tests using environment deployed from packages.

Build: #2585 failed

Job: Atm workflow execution failed

Stages & jobs

  1. Qnthack - copy quarantine

  2. Acceptance Test

  3. Qnthack - rerun

user checks time series charts after execution of uploaded calculatechecksumsrest workflow[1oz 1op openfaas]: Test case result

The below summarizes the result of the test " user checks time series charts after execution of uploaded calculatechecksumsrest workflow[1oz 1op openfaas]" in build 2,585 of Onedata Products - gui acceptance pkg - Oneprovider atm workflow execution.
Description
user checks time series charts after execution of uploaded calculatechecksumsrest workflow[1oz 1op openfaas]
Test class
gui.scenarios.test_oneprovider_atm_workflows_execution
Method
test_user_checks_time_series_charts_after_execution_of_uploaded_calculatechecksumsrest_workflow[1oz_1op_openfaas]
Duration
1 min
Status
Failed (Existing Failure)

Error Log

AttributeError: 'NoneType' object has no attribute 'spaces_header_list'
request = <FixtureRequest for <Function 'test_user_checks_time_series_charts_after_execution_of_uploaded_calculatechecksumsrest_workflow[1oz_1op_openfaas]'>>

    @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/gui/meta_steps/onezone/automation/workflow_management.py:79: in execute_workflow_and_wait
    execute_workflow(browser_id, selenium, oz_page, space, op_container,
tests/utils/bdd_utils.py:78: in wrapper
    return fun(*ba.args, **ba.kwargs)
tests/gui/meta_steps/onezone/automation/workflow_management.py:100: in execute_workflow
    click_element_on_lists_on_left_sidebar_menu(selenium, browser_id, spaces,
tests/utils/bdd_utils.py:78: in wrapper
    return fun(*ba.args, **ba.kwargs)
<decorator-gen-539>:2: in click_element_on_lists_on_left_sidebar_menu
    ???
tests/utils/utils.py:95: in wrapper
    return fun(*args, **kwargs)
tests/gui/steps/onezone/spaces.py:132: in click_element_on_lists_on_left_sidebar_menu
    _choose_space_from_menu_list(oz_page, driver, name)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

oz_page = <class 'tests.gui.utils.onezone.OZLoggedIn'>
driver = <selenium.webdriver.chrome.webdriver.WebDriver (session="8453e0b86cd2cd29e73aed17a35f1adb")>
name = 'space1'

    def _choose_space_from_menu_list(oz_page, driver, name):
        option = 'data'
        try:
>           oz_page(driver)[option].spaces_header_list[name]()
E           AttributeError: 'NoneType' object has no attribute 'spaces_header_list'

tests/gui/steps/onezone/spaces.py:26: AttributeError