GUI acceptance tests using environment deployed from packages.
Build: #13 failed
Job: Multiprovider basic failed
user sees file is not visible after its upload has been canceled[1oz 2op deployed]: Test case result
The below summarizes the result of the test " user sees file is not visible after its upload has been canceled[1oz 2op deployed]" in build 13 of Onedata Products - gui acceptance pkg - release-22.02.0-alpha1 - Chrome multiprovider basic tests.
- Description
- user sees file is not visible after its upload has been canceled[1oz 2op deployed]
- Test class
- gui.scenarios.test_multiprovider_basic
- Method
- test_user_sees_file_is_not_visible_after_its_upload_has_been_canceled[1oz_2op_deployed]
- Duration
- 17 mins
- Status
- Failed (New Failure)
Error Log
AssertionError: file upload not finished within given time request = <FixtureRequest for <Function 'test_user_sees_file_is_not_visible_after_its_upload_has_been_canceled[1oz_2op_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:77: in wrapper return fun(*ba.args, **ba.kwargs) <decorator-gen-647>:2: in wait_for_file_upload_to_finish ??? tests/utils/utils.py:90: in wrapper return fun(*args, **kwargs) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ selenium = {'browser': <selenium.webdriver.chrome.webdriver.WebDriver (session="8199f07b686dbd587e8133a6051d6838")>} browser_id = 'browser', popups = <class 'tests.gui.utils.common.popups.Popups'> @wt(parsers.re('user of (?P<browser_id>.*) waits for file uploads? to ' 'finish')) @repeat_failed(timeout=WAIT_BACKEND*30) def wait_for_file_upload_to_finish(selenium, browser_id, popups): driver = selenium[browser_id] driver.switch_to.default_content() assert not popups(driver).is_upload_presenter(), ( > 'file upload not finished ' 'within given time') E AssertionError: file upload not finished within given time tests/gui/steps/oneprovider/data_tab.py:292: AssertionError