GUI acceptance tests using environment deployed from packages.

Build: #2132 failed

Job: Oneprovider archives recall failed

Stages & jobs

  1. Acceptance Test

user fails to recall archive if there is no space enough on device[1oz 1op slow file operations]: 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 slow file operations]" in build 2,132 of Onedata Products - gui acceptance pkg - Chrome oneprovider archives recall.
Description
user fails to recall archive if there is no space enough on device[1oz 1op slow file operations]
Test class
gui.scenarios.test_oneprovider_archives_recall
Method
test_user_fails_to_recall_archive_if_there_is_no_space_enough_on_device[1oz_1op_slow_file_operations]
Jira Issue
Duration
8 mins
Status
Failed (New Failure)

Error Log

ValueError: invalid literal for int() with base 10: '51 (open error log for details)'
request = <FixtureRequest for <Function 'test_user_fails_to_recall_archive_if_there_is_no_space_enough_on_device[1oz_1op_slow_file_operations]'>>

    @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-489>:2: in assert_number_of_item_greater_than_zero
    ???
tests/utils/utils.py:95: in wrapper
    return fun(*args, **kwargs)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

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

    @wt(parsers.parse('user of {browser_id} sees that number of items failed is'
                      ' greater than 0'))
    @repeat_failed(timeout=WAIT_FRONTEND)
    def assert_number_of_item_greater_than_zero(selenium, browser_id, modals):
>       number = int(modals(selenium[browser_id]
                            ).archive_recall_information.items_failed)
E       ValueError: invalid literal for int() with base 10: '51 (open error log for details)'

tests/gui/steps/modal.py:494: ValueError