GUI acceptance tests using environment deployed from packages.

Build: #2799 failed

Job: automation-examples workflows failed

Stages & jobs

  1. Qnthack - copy quarantine

  2. Acceptance Test

  3. Qnthack - rerun

    Final

user sees desirable exception in task auditlog after changing exceptionprobability in echo lambda[1oz 1op openfaas]: Test case result

The below summarizes the result of the test " user sees desirable exception in task auditlog after changing exceptionprobability in echo lambda[1oz 1op openfaas]" in build 2,799 of Onedata Products - gui acceptance pkg - automation-examples workflows.
Description
user sees desirable exception in task auditlog after changing exceptionprobability in echo lambda[1oz 1op openfaas]
Test class
gui.scenarios.test_automation_examples_workflows_tests
Method
test_user_sees_desirable_exception_in_task_auditlog_after_changing_exceptionprobability_in_echo_lambda[1oz_1op_openfaas]
Jira Issue
Duration
3 mins
Status
Failed (New Failure)

Error Log

KeyError: 'fileId'
request = <FixtureRequest for <Function 'test_user_sees_desirable_exception_in_task_auditlog_after_changing_exceptionprobability_in_echo_lambda[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/oneprovider/automation/audit_log.py:245: in assert_file_id_in_store_details
    storage_file_ids = [
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

.0 = <range_iterator object at 0x7fa28655f3f0>

    storage_file_ids = [
>       json.loads(open_modal_and_get_store_content(
            browser_id, driver, page, modals, clipboard, displays, store_name,
            store_type, i))['fileId']
        for i in range(elem_num)]
E   KeyError: 'fileId'

tests/gui/meta_steps/oneprovider/automation/audit_log.py:246: KeyError