GUI acceptance tests using environment deployed from packages.

Build: #2098 was successful

Job: Onezone automations was successful

Stages & jobs

  1. Acceptance Test

user fails to recall archive if there is no space enough on device[1oz 1op deployed]: Test case result

The below summarizes the result of the test " user fails to recall archive if there is no space enough on device[1oz 1op deployed]" in build 2,098 of Onedata Products - gui acceptance pkg - Chrome oneprovider archives tests.
Description
user fails to recall archive if there is no space enough on device[1oz 1op deployed]
Test class
gui.scenarios.test_oneprovider_archives
Method
test_user_fails_to_recall_archive_if_there_is_no_space_enough_on_device[1oz_1op_deployed]
Jira Issue
Duration
7 mins
Status
Failed (Existing Failure)

Error Log

IndexError: list index out of range
request = <FixtureRequest for <Function 'test_user_fails_to_recall_archive_if_there_is_no_space_enough_on_device[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-485>:2: in assert_not_all_files_were_recalled
    ???
tests/utils/utils.py:95: in wrapper
    return fun(*args, **kwargs)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

selenium = {'browser': <selenium.webdriver.chrome.webdriver.WebDriver (session="a75b0ddc448c30f0d5b5064f454e6592")>}
browser_id = 'browser', modals = <class 'tests.gui.utils.common.modals.Modals'>
kind = 'files recalled'

    @wt(parsers.parse('user of {browser_id} sees that not all {kind} were '
                      'recalled'))
    @repeat_failed(timeout=WAIT_FRONTEND)
    def assert_not_all_files_were_recalled(selenium, browser_id, modals, kind):
        kind = kind + ' recalled'
        info = getattr(modals(selenium[browser_id]).archive_recall_information,
                       transform(kind)).replace(' MiB', '').split(' / ')
>       all_data = int(info[1])
E       IndexError: list index out of range

tests/gui/steps/modal.py:473: IndexError