GUI acceptance tests using environment deployed from packages.

Build: #2585 failed

Job: Atm workflow execution failed

Stages & jobs

  1. Qnthack - copy quarantine

  2. Acceptance Test

  3. Qnthack - rerun

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,585 of Onedata Products - gui acceptance pkg - Oneprovider 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_oneprovider_atm_workflows_execution
Method
test_user_sees_finished_state_and_output_store_content_of_executed_inout_workflow_created_using_gui[1oz_1op_openfaas]
Jira Issue
Duration
8 mins
Status
Failed (New Failure)

Error Log

AssertionError: Value of input store:{   "type": "DIR",   "storage_user_id": 1465233,   "storage_group_id": 1210274,   "size": 3,   "shares": [],   "provider_id": "db018f01b09edae0a4ae522b962dff1dchc0b5",   "parent_id": "00000000005883C3677569642373706163655F3463666334396134383466313430373562643337383936623365323364313466636865306162233463666334396134383466313430373562643337383936623365323364313466636865306162",   "owner_id": "6e9e9b5bec48a737a5ab729be1f9bfbcch89f1",   "name": "dir1",   "mtime": 1685655350,   "mode": "775",   "index": "g2gDZAAKbGlzdF9pbmRleG0AAAAEZGlyMW0AAAAmZGIwMThmMDFiMDllZGFlMGE0YWU1MjJiOTYyZGZmMWRjaGMwYjU",   "hardlinks_count": null,   "file_id": "000000000052FDAB67756964233737663966663530383134376635393462633733333162613734333938653063636865343164233463666334396134383466313430373562643337383936623365323364313466636865306162",   "ctime": 1685655350,   "atime": 1685655350 }   is not equal to value of output store:{   "file_id": "000000000052FDAB67756964233737663966663530383134376635393462633733333162613734333938653063636865343164233463666334396134383466313430373562643337383936623365323364313466636865306162" }
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)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

selenium = {'browser': <selenium.webdriver.chrome.webdriver.WebDriver (session="d2021f5051d7f14104b1b2a0ff012df9")>}
browser_id = 'browser'
op_container = <class 'tests.gui.utils.oneprovider.OPLoggedIn'>
store1 = 'input', store2 = 'output'
modals = <class 'tests.gui.utils.common.modals.Modals'>
clipboard = Clipboard(copy=<function clipboard.<locals>.copy at 0x7f6eefa60310>, paste=<function clipboard.<locals>.paste at 0x7f6eefa603a0>)
displays = {'browser': ':1006.0'}

    @wt(parsers.parse('user of {browser_id} sees that content of "{store1}" store '
                      'is the same as content of "{store2}" store'))
    def compare_store_contents(selenium, browser_id, op_container, store1,
                               store2, modals, clipboard, displays):
        switch_to_iframe(selenium, browser_id)
        driver = selenium[browser_id]
    
        page = get_op_workflow_visualizer_page(op_container, driver)
    
        store1_value = open_modal_and_get_store_content(
            browser_id, driver, page, modals, clipboard, displays, store1, 'list')
        store2_value = open_modal_and_get_store_content(
            browser_id, driver, page, modals, clipboard, displays, store2, 'object')
    
>       assert store1_value == store2_value, (f'Value of {store1} '
                                              f'store:{store1_value} \n is not '
                                              f'equal to value of {store2} '
                                              f'store:{store2_value}')
E       AssertionError: Value of input store:{
E         "type": "DIR",
E         "storage_user_id": 1465233,
E         "storage_group_id": 1210274,
E         "size": 3,
E         "shares": [],
E         "provider_id": "db018f01b09edae0a4ae522b962dff1dchc0b5",
E         "parent_id": "00000000005883C3677569642373706163655F3463666334396134383466313430373562643337383936623365323364313466636865306162233463666334396134383466313430373562643337383936623365323364313466636865306162",
E         "owner_id": "6e9e9b5bec48a737a5ab729be1f9bfbcch89f1",
E         "name": "dir1",
E         "mtime": 1685655350,
E         "mode": "775",
E         "index": "g2gDZAAKbGlzdF9pbmRleG0AAAAEZGlyMW0AAAAmZGIwMThmMDFiMDllZGFlMGE0YWU1MjJiOTYyZGZmMWRjaGMwYjU",
E         "hardlinks_count": null,
E         "file_id": "000000000052FDAB67756964233737663966663530383134376635393462633733333162613734333938653063636865343164233463666334396134383466313430373562643337383936623365323364313466636865306162",
E         "ctime": 1685655350,
E         "atime": 1685655350
E       } 
E        is not equal to value of output store:{
E         "file_id": "000000000052FDAB67756964233737663966663530383134376635393462633733333162613734333938653063636865343164233463666334396134383466313430373562643337383936623365323364313466636865306162"
E       }

tests/gui/meta_steps/oneprovider/automation/workflow_results.py:68: AssertionError