GUI acceptance tests using environment deployed from packages.

Build: #2546 failed

Job: Atm workflow execution failed

Stages & jobs

  1. Qnthack - copy quarantine

  2. Acceptance Test

  3. Qnthack - rerun

user sees that different checksums are well counted after execution of uploaded countingdifferentchecksums workflow[1oz 1op openfaas]: Test case result

The below summarizes the result of the test " user sees that different checksums are well counted after execution of uploaded countingdifferentchecksums workflow[1oz 1op openfaas]" in build 2,546 of Onedata Products - gui acceptance pkg - Oneprovider atm workflow execution.
Description
user sees that different checksums are well counted after execution of uploaded countingdifferentchecksums workflow[1oz 1op openfaas]
Test class
gui.scenarios.test_oneprovider_atm_workflows_execution
Method
test_user_sees_that_different_checksums_are_well_counted_after_execution_of_uploaded_countingdifferentchecksums_workflow[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_that_different_checksums_are_well_counted_after_execution_of_uploaded_countingdifferentchecksums_workflow[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-1217>: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="8c34ac6f7fac9f776ab0e6be956550a7")>}
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_FRONTEND)
    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:39: AssertionError