GUI acceptance tests using environment deployed from packages.
Build: #2897 failed
Job: automation-examples workflows failed
user sees desirable information in file metadata after execution of uploaded detectfilemimeformats workflow and input file example file name[1oz 1op openfaas-"example image.jpg"-image/jpeg]: 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 image.jpg"-image/jpeg]" in build 2,897 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 image.jpg"-image/jpeg]
- 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_image.jpg"-image/jpeg]
- Duration
- 1 min
- Status
- Failed (Existing Failure)
Error Log
Exception: Files: ['example_image.jpg'] 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_image.jpg"-image/jpeg]'>> @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:81: 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:66: in select_initial_items_for_workflow_in_modal check_if_select_files_modal_disappeared(modals, driver, files) <decorator-gen-1237>: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="823e354515f8a365f9d2b0b3828afd59")> files = ['example_image.jpg'] @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_image.jpg'] as initial value for workflow was not selected tests/gui/steps/oneprovider/automation/initial_values.py:33: Exception