GUI acceptance tests using environment deployed from packages.

Build: #2080 failed

Job: Onezone automations failed

Stages & jobs

  1. Acceptance Test

user sees archive with preserved state after creating it and waiting[1oz 1op deployed]: Test case result

The below summarizes the result of the test " user sees archive with preserved state after creating it and waiting[1oz 1op deployed]" in build 2,080 of Onedata Products - gui acceptance pkg - Chrome oneprovider archives tests.
Description
user sees archive with preserved state after creating it and waiting[1oz 1op deployed]
Test class
gui.scenarios.test_oneprovider_archives
Method
test_user_sees_archive_with_preserved_state_after_creating_it_and_waiting[1oz_1op_deployed]
Jira Issue
Duration
6 mins
Status
Failed (New Failure)

Error Log

AssertionError: preserved does not match preserved 1 file
request = <FixtureRequest for <Function 'test_user_sees_archive_with_preserved_state_after_creating_it_and_waiting[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)
<decorator-gen-991>:2: in assert_archive_full_state_status
    ???
tests/utils/utils.py:90: in wrapper
    return fun(*args, **kwargs)
tests/gui/steps/oneprovider/archives.py:69: in assert_archive_full_state_status
    assert_archive_partial_state_status(item_status[0], status)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

item_status = 'preserved 1 file', expected_status = 'preserved'

    def assert_archive_partial_state_status(item_status, expected_status):
        assert expected_status == item_status, (
>           f'{expected_status} does not match {item_status}')
E       AssertionError: preserved does not match preserved 1 file

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