GUI acceptance tests using environment deployed from packages.

Build: #2326 failed

Job: Oneprovider archives recall failed

Stages & jobs

  1. Acceptance Test

user sees that recall has been cancelled after cancelling it[1oz 2op slow file operations]: Test case result

The below summarizes the result of the test " user sees that recall has been cancelled after cancelling it[1oz 2op slow file operations]" in build 2,326 of Onedata Products - gui acceptance pkg - Chrome oneprovider archives recall.
Description
user sees that recall has been cancelled after cancelling it[1oz 2op slow file operations]
Test class
gui.scenarios.test_oneprovider_archives_recall
Method
test_user_sees_that_recall_has_been_cancelled_after_cancelling_it[1oz_2op_slow_file_operations]
Jira Issue
Duration
8 mins
Status
Failed (New Failure)

Error Log

ValueError: could not convert string to float: '968K'
request = <FixtureRequest for <Function 'test_user_sees_that_recall_has_been_cancelled_after_cancelling_it[1oz_2op_slow_file_operations]'>>

    @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)
<decorator-gen-1075>: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="76da2bcbb6909752eb8ca3c82046968c")>}
browser_id = 'browser', modals = <class 'tests.gui.utils.common.modals.Modals'>
kind = 'data 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'
        characters = "[\nMiB ]"
        info = getattr(modals(selenium[browser_id]).archive_recall_information,
                       transform(kind))
        info = re.sub(characters, "", info).split('/')
        all_data = float(info[1])
>       recalled = float(info[0])
E       ValueError: could not convert string to float: '968K'

tests/gui/steps/oneprovider/archives_recall.py:105: ValueError