GUI acceptance tests using environment deployed from packages.
Build: #2896 failed
Job: automation-examples workflows failed
user sees desirable information in file metadata after execution of uploaded detectfileformats workflow and input file example file name[1oz 1op openfaas-"example python script"-text/x-script.python-python script, ASCIi text executable]: Test case result
The below summarizes the result of the test " user sees desirable information in file metadata after execution of uploaded detectfileformats workflow and input file example file name[1oz 1op openfaas-"example python script"-text/x-script.python-python script, ASCIi text executable]" in build 2,896 of Onedata Products - gui acceptance pkg - automation-examples workflows.
- Description
- user sees desirable information in file metadata after execution of uploaded detectfileformats workflow and input file example file name[1oz 1op openfaas-"example python script"-text/x-script.python-python script, ASCIi text executable]
- Test class
- gui.scenarios.test_automation_examples_workflows_tests
- Method
- test_user_sees_desirable_information_in_file_metadata_after_execution_of_uploaded_detectfileformats_workflow_and_input_file_example_file_name[1oz_1op_openfaas-"example_python_script"-text/x-script.python-Python script, ASCII text executable]
- Duration
- 1 min
- Status
- Failed (New Failure)
Error Log
Exception: Files: ['example_python_script'] as initial value for workflow was not selected request = <FixtureRequest for <Function 'test_user_sees_desirable_information_in_file_metadata_after_execution_of_uploaded_detec...xample_file_name[1oz_1op_openfaas-"example_python_script"-text/x-script.python-Python script, ASCII text executable]'>> @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="41b4f0384e90ad0678f438c92c9d2d11")> files = ['example_python_script'] @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'] as initial value for workflow was not selected tests/gui/steps/oneprovider/automation/initial_values.py:33: Exception