GUI acceptance tests using environment deployed from packages.

Build: #2876 failed

Job: Atm workflow execution failed

Stages & jobs

  1. Qnthack - copy quarantine

  2. Acceptance Test

  3. Qnthack - rerun

    Final

user sees finished state and output store content of executed inout workflow created using gui[1oz 1op openfaas]: Test case result

The below summarizes the result of the test " user sees finished state and output store content of executed inout workflow created using gui[1oz 1op openfaas]" in build 2,876 of Onedata Products - gui acceptance pkg - Atm workflow execution.
Description
user sees finished state and output store content of executed inout workflow created using gui[1oz 1op openfaas]
Test class
gui.scenarios.test_atm_workflows_execution
Method
test_user_sees_finished_state_and_output_store_content_of_executed_inout_workflow_created_using_gui[1oz_1op_openfaas]
Duration
3 mins
Status
Failed (Existing Failure)

Error Log

AssertionError: Workflow status is not equal to Finished
request = <FixtureRequest for <Function 'test_user_sees_finished_state_and_output_store_content_of_executed_inout_workflow_created_using_gui[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)
<decorator-gen-1357>:2: in assert_status_in_workflow_visualizer
    ???
tests/utils/utils.py:95: in wrapper
    return fun(*args, **kwargs)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

selenium = {'browser': <selenium.webdriver.chrome.webdriver.WebDriver (session="f6bfd056d683674c287318bec5f9e3cf")>}
browser_id = 'browser'
op_container = <class 'tests.gui.utils.oneprovider.OPLoggedIn'>
status = 'Finished'

    @wt(parsers.parse('user of {browser_id} sees "{status}" status in status '
                      'bar in workflow visualizer'))
    @repeat_failed(timeout=WAIT_BACKEND)
    def assert_status_in_workflow_visualizer(selenium, browser_id, op_container,
                                             status):
        page = switch_to_automation_page(selenium, browser_id, op_container)
>       assert status in page.workflow_visualiser.status, (f'Workflow status is not'
                                                           f' equal to {status}')
E       AssertionError: Workflow status is not equal to Finished

tests/gui/steps/oneprovider/automation/automation_statuses.py:40: AssertionError