GUI acceptance tests using environment deployed from packages.

Build: #2586 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,586 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
5 mins
Status
Failed (Existing Failure)

Error Log

AssertionError: Value of input store:{   "type": "DIR",   "storage_user_id": 634291,   "storage_group_id": 1099622,   "size": 3,   "shares": [],   "provider_id": "6d9082747227fb8f9f9132462b6937a5ch6368",   "parent_id": "000000000058558C677569642373706163655F6631626638613835633864336566636463366164653930373339633339313563636839623166236631626638613835633864336566636463366164653930373339633339313563636839623166",   "owner_id": "79e4ae98d0cb75db1d644b030f493158ch1b33",   "name": "dir1",   "mtime": 1685737521,   "mode": "775",   "index": "g2gDZAAKbGlzdF9pbmRleG0AAAAEZGlyMW0AAAAmNmQ5MDgyNzQ3MjI3ZmI4ZjlmOTEzMjQ2MmI2OTM3YTVjaDYzNjg",   "hardlinks_count": null,   "file_id": "0000000000524BBE67756964236462363263366235653631663530323164363266333064376436616230383732636864663036236631626638613835633864336566636463366164653930373339633339313563636839623166",   "ctime": 1685737521,   "atime": 1685737521 }   is not equal to value of output store:{   "file_id": "0000000000524BBE67756964236462363263366235653631663530323164363266333064376436616230383732636864663036236631626638613835633864336566636463366164653930373339633339313563636839623166" }
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="62a8a2512a732099344e87084e1832de")>}
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 0x7f1ef45cb3a0>, paste=<function clipboard.<locals>.paste at 0x7f1ef45cb430>)
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": 634291,
E         "storage_group_id": 1099622,
E         "size": 3,
E         "shares": [],
E         "provider_id": "6d9082747227fb8f9f9132462b6937a5ch6368",
E         "parent_id": "000000000058558C677569642373706163655F6631626638613835633864336566636463366164653930373339633339313563636839623166236631626638613835633864336566636463366164653930373339633339313563636839623166",
E         "owner_id": "79e4ae98d0cb75db1d644b030f493158ch1b33",
E         "name": "dir1",
E         "mtime": 1685737521,
E         "mode": "775",
E         "index": "g2gDZAAKbGlzdF9pbmRleG0AAAAEZGlyMW0AAAAmNmQ5MDgyNzQ3MjI3ZmI4ZjlmOTEzMjQ2MmI2OTM3YTVjaDYzNjg",
E         "hardlinks_count": null,
E         "file_id": "0000000000524BBE67756964236462363263366235653631663530323164363266333064376436616230383732636864663036236631626638613835633864336566636463366164653930373339633339313563636839623166",
E         "ctime": 1685737521,
E         "atime": 1685737521
E       } 
E        is not equal to value of output store:{
E         "file_id": "0000000000524BBE67756964236462363263366235653631663530323164363266333064376436616230383732636864663036236631626638613835633864336566636463366164653930373339633339313563636839623166"
E       }

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