GUI acceptance tests using environment deployed from packages.

Build: #2874 failed

Job: Atm stores basic failed

Stages & jobs

  1. Qnthack - copy quarantine

  2. Acceptance Test

  3. Qnthack - rerun

    Final

user sees output store type of output type in result store after modifying input store and lambda data type and executing uploaded echo workflow[1oz 1op openfaas-list-boolean-single value-boolean-booleans-boolean-[true, true, true]-true]: Test case result

The below summarizes the result of the test " user sees output store type of output type in result store after modifying input store and lambda data type and executing uploaded echo workflow[1oz 1op openfaas-list-boolean-single value-boolean-booleans-boolean-[true, true, true]-true]" in build 2,874 of Onedata Products - gui acceptance pkg - Atm stores basic.
Description
user sees output store type of output type in result store after modifying input store and lambda data type and executing uploaded echo workflow[1oz 1op openfaas-list-boolean-single value-boolean-booleans-boolean-[true, true, true]-true]
Test class
gui.scenarios.test_atm_stores_basic
Method
test_user_sees_output_store_type_of_output_type_in_result_store_after_modifying_input_store_and_lambda_data_type_and_executing_uploaded_echo_workflow[1oz_1op_openfaas-List-Boolean-Single Value-Boolean-booleans-boolean-[true, true, true]-true]
Duration
3 mins
Status
Failed (New Failure)

Error Log

AttributeError: 'NoneType' object has no attribute 'text'
request = <FixtureRequest for <Function 'test_user_sees_output_store_type_of_output_type_in_result_store_after_modifying_input_s..._uploaded_echo_workflow[1oz_1op_openfaas-List-Boolean-Single Value-Boolean-booleans-boolean-[true, true, true]-true]'>>

    @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/oneprovider/automation/audit_log.py:387: in assert_elements_in_store_details_modal
    check_visual_in_store_details_modal(modal, variable_type, item_list,
tests/gui/meta_steps/oneprovider/automation/audit_log.py:342: in check_visual_in_store_details_modal
    err_msg = (f'{modal.raw_view} in store details modal does not match'
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

self = <tests.gui.utils.core.web_elements.AceEditor object at 0x7f50dd1dd370>
instance = <tests.gui.utils.common.modals.workflows_modals.store_details.StoreDetails object at 0x7f50dc2d4cd0>
owner = <class 'tests.gui.utils.common.modals.workflows_modals.store_details.StoreDetails'>

    def __get__(self, instance, owner):
        selector = self.css_sel + ' .ace_content'
        script = (f"var textarea = document.querySelector('{selector}');"
                  f"return textarea")
        driver = instance.web_elem.parent
>       return driver.execute_script(script).text
E       AttributeError: 'NoneType' object has no attribute 'text'

tests/gui/utils/core/web_elements.py:101: AttributeError