GUI acceptance tests using environment deployed from packages.

Build: #2107 failed

Job: Oneprovider archives incremental and nested failed

Stages & jobs

  1. Acceptance Test

user creates incremental archive that has chosen base archive[1oz 1op deployed]: Test case result

The below summarizes the result of the test " user creates incremental archive that has chosen base archive[1oz 1op deployed]" in build 2,107 of Onedata Products - gui acceptance pkg - Chrome oneprovider archives incremental and nested.
Description
user creates incremental archive that has chosen base archive[1oz 1op deployed]
Test class
gui.scenarios.test_oneprovider_archives_incremental_and_nested
Method
test_user_creates_incremental_archive_that_has_chosen_base_archive[1oz_1op_deployed]
Jira Issue
Duration
3 mins
Status
Failed (New Failure)

Error Log

AssertionError: Item base archive: 19 Apr 2022 9:00 does not match  19 Apr 2022 8:59
request = <FixtureRequest for <Function 'test_user_creates_incremental_archive_that_has_chosen_base_archive[1oz_1op_deployed]'>>

    @pytest.mark.usefixtures(*function_args)
    def scenario_wrapper(request):
>       _execute_scenario(feature, scenario, request, encoding)

/usr/local/lib/python3.6/dist-packages/pytest_bdd/scenario.py:227: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
/usr/local/lib/python3.6/dist-packages/pytest_bdd/scenario.py:189: in _execute_scenario
    _execute_step_function(request, scenario, step, step_func)
/usr/local/lib/python3.6/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/steps/oneprovider/archives.py:137: in assert_base_archive_description_for_latest_created_archive
    item_base_archive)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

browser = <tests.gui.utils.oneprovider.archive_browser._ArchiveBrowser object at 0x7f9301825cc0>
base_description = 'first archive', item_base_archive = '19 Apr 2022 9:00'

    def compare_base_archive_name_with_archive_with_description(browser,
                                                                base_description,
                                                                item_base_archive):
        base_archive_name = get_archive_with_description(browser,
                                                         base_description).name
        err_msg = (f'Item base archive: {item_base_archive} does not'
                   f' match  {base_archive_name}')
>       assert item_base_archive == base_archive_name, err_msg
E       AssertionError: Item base archive: 19 Apr 2022 9:00 does not match  19 Apr 2022 8:59

tests/gui/steps/oneprovider/archives.py:124: AssertionError