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-single value-string-single value-string-string-string-sample string-sample string]: 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-single value-string-single value-string-string-string-sample string-sample string]" 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-single value-string-single value-string-string-string-sample string-sample string]
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-Single Value-String-Single Value-String-string-string-Sample string-Sample string]
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...ed_echo_workflow[1oz_1op_openfaas-Single Value-String-Single Value-String-string-string-Sample string-Sample string]'>>

    @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:381: in assert_elements_in_store_details_modal
    compare_string_in_store_details_modal(item_list, modal, variable_type,
<decorator-gen-1345>:2: in compare_string_in_store_details_modal
    ???
tests/utils/utils.py:95: in wrapper
    return fun(*args, **kwargs)
tests/gui/steps/oneprovider/automation/workflow_results_modals.py:176: in compare_string_in_store_details_modal
    actual = modal.raw_view.replace('"', '')
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

self = <tests.gui.utils.core.web_elements.AceEditor object at 0x7f50dd1dd370>
instance = <tests.gui.utils.common.modals.workflows_modals.store_details.StoreDetails object at 0x7f50dc59df40>
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