GUI acceptance tests using environment deployed from packages.
Build: #561 failed
Job: Multiprovider basic failed
user uses autocleaning with upper size limit which skips too big files[1oz 2op deployed]: Test case result
The below summarizes the result of the test " user uses autocleaning with upper size limit which skips too big files[1oz 2op deployed]" in build 561 of Onedata Products - gui acceptance pkg - Chrome multiprovider basic tests.
- Description
- user uses autocleaning with upper size limit which skips too big files[1oz 2op deployed]
- Test class
- gui.scenarios.test_multiprovider_basic
- Method
- test_user_uses_autocleaning_with_upper_size_limit_which_skips_too_big_files[1oz_2op_deployed]
- Duration
- 2 mins
- Status
- Failed (New Failure)
Error Log
RuntimeError: no FORM item found in SpacesContentPage in content in dev-oneprovider-krakow Oneprovider Panel 19.02.0-beta1 request = <FixtureRequest for <Function 'test_user_uses_autocleaning_with_upper_size_limit_which_skips_too_big_files[1oz_2op_deployed]'>> from tests.gui.steps.oneprovider.metadata import * > from tests.gui.steps.oneprovider.shares import * tests/gui/scenarios/test_multiprovider_basic.py:49: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /usr/local/lib/python2.7/dist-packages/pytest_bdd/scenario.py:195: in _execute_scenario _execute_step_function(request, scenario, step, step_func) /usr/local/lib/python2.7/dist-packages/pytest_bdd/scenario.py:137: in _execute_step_function step_func(**kwargs) <decorator-gen-118>:2: in wt_select_storage_in_support_space_form ??? tests/utils/utils.py:71: in wrapper return fun(*args, **kwargs) tests/gui/steps/onepanel/spaces.py:32: in wt_select_storage_in_support_space_form storage_selector = (onepanel(selenium[browser_id]).content.spaces. tests/gui/utils/core/web_elements.py:58: in __get__ elem = super(WebItem, self).__get__(instance, owner) tests/gui/utils/core/web_elements.py:29: in __get__ lambda: self._format_msg('no {item} item found ' _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ web_elem_root = <selenium.webdriver.remote.webelement.WebElement (session="32b0a206226f52882722328131009c51", element="0.11500617066574725-35")> css_sel = '.support-space-form' err_msg = 'no FORM item found in SpacesContentPage in content in dev-oneprovider-krakow\nOneprovider Panel 19.02.0-beta1' def find_web_elem(web_elem_root, css_sel, err_msg): try: _scroll_to_css_sel(web_elem_root, css_sel) item = web_elem_root.find_element_by_css_selector(css_sel) except NoSuchElementException: with suppress(TypeError): err_msg = err_msg() > raise RuntimeError(err_msg) E RuntimeError: no FORM item found in SpacesContentPage in content in dev-oneprovider-krakow E Oneprovider Panel 19.02.0-beta1 tests/gui/utils/generic.py:92: RuntimeError