GUI acceptance tests using environment deployed from packages.

Build: #2805 failed

Job: automation-examples workflows failed

Stages & jobs

  1. Qnthack - copy quarantine

  2. Acceptance Test

  3. Qnthack - rerun

    Final

user sees desirable information in file metadata after execution of uploaded detectfilemimeformats workflow and input file example file name[1oz 1op openfaas-"example python script.py"-text/x-python]: Test case result

The below summarizes the result of the test " user sees desirable information in file metadata after execution of uploaded detectfilemimeformats workflow and input file example file name[1oz 1op openfaas-"example python script.py"-text/x-python]" in build 2,805 of Onedata Products - gui acceptance pkg - automation-examples workflows.
Description
user sees desirable information in file metadata after execution of uploaded detectfilemimeformats workflow and input file example file name[1oz 1op openfaas-"example python script.py"-text/x-python]
Test class
gui.scenarios.test_automation_examples_workflows_tests
Method
test_user_sees_desirable_information_in_file_metadata_after_execution_of_uploaded_detectfilemimeformats_workflow_and_input_file_example_file_name[1oz_1op_openfaas-"example_python_script.py"-text/x-python]
Duration
1 min
Status
Failed (New Failure)

Error Log

Exception: Files: ['example_python_script.py'] as initial value for workflow was not selected
request = <FixtureRequest for <Function 'test_user_sees_desirable_information_in_file_metadata_after_execution_of_uploaded_detectfilemimeformats_workflow_and_input_file_example_file_name[1oz_1op_openfaas-"example_python_script.py"-text/x-python]'>>

    @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/run_workflow.py:79: in choose_file_as_initial_workflow_value_for_store
    select_initial_items_for_workflow_in_modal(file_list, modals, driver,
tests/gui/meta_steps/oneprovider/automation/run_workflow.py:64: in select_initial_items_for_workflow_in_modal
    check_if_select_files_modal_disappeared(modals, driver, files)
<decorator-gen-1275>:2: in check_if_select_files_modal_disappeared
    ???
tests/utils/utils.py:95: in wrapper
    return fun(*args, **kwargs)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

modals = <class 'tests.gui.utils.common.modals.Modals'>
driver = <selenium.webdriver.chrome.webdriver.WebDriver (session="2b41cf9a3942d42ba1234df3bbb49229")>
files = ['example_python_script.py']

    @repeat_failed(timeout=WAIT_FRONTEND)
    def check_if_select_files_modal_disappeared(modals, driver, files):
        try:
            modals(driver).select_files
>           raise Exception(f'Files: {files} as initial value for workflow was '
                            f'not selected')
E                           Exception: Files: ['example_python_script.py'] as initial value for workflow was not selected

tests/gui/steps/oneprovider/automation/initial_values.py:32: Exception