Acceptance tests using different clients concurrently. Environment deployed from packages.
Build: #325 failed
Job: Onepanel failed
user supports space with storage sync and enabled options write once[1oz 1op 1oc-RESt-web GUi-RESt]: Test case result
The below summarizes the result of the test " user supports space with storage sync and enabled options write once[1oz 1op 1oc-RESt-web GUi-RESt]" in build 325 of Onedata Products - mixed acceptance pkg - Chrome onepanel tests.
- Description
- user supports space with storage sync and enabled options write once[1oz 1op 1oc-RESt-web GUi-RESt]
- Test class
- mixed.scenarios.test_onepanel_basic
- Method
- test_user_supports_space_with_storage_sync_and_enabled_options_write_once[1oz_1op_1oc-REST-web GUI-REST]
- Duration
- 37 secs
- Status
- Failed (New Failure)
Error Log
RuntimeError: no NAME item found in SpaceRecord in SpacesContentPage in content in Provider Panel client1 = 'REST', client2 = 'web GUI', client3 = 'REST' request = <FixtureRequest for <Function 'test_user_supports_space_with_storage_sync_and_enabled_options_write_once[1oz_1op_1oc-REST-web GUI-REST]'>> from tests.gui.meta_steps.onepanel.account_management import * > from tests.gui.meta_steps.onepanel.provider import * tests/mixed/scenarios/test_onepanel_basic.py:53: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /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) tests/mixed/steps/onepanel_basic.py:332: in support_space_in_op_panel tmp_memory, space_name, host, hosts) tests/gui/meta_steps/onepanel/spaces.py:61: in support_space_in_op_panel_using_gui onepanel) <decorator-gen-126>:2: in wt_assert_existence_of_space_support_record ??? tests/utils/utils.py:71: in wrapper return fun(*args, **kwargs) tests/gui/steps/onepanel/spaces.py:113: in wt_assert_existence_of_space_support_record in onepanel(selenium[browser_id]).content.spaces.spaces} tests/gui/steps/onepanel/spaces.py:112: in <setcomp> spaces = {space.name for space tests/gui/utils/core/web_elements.py:76: in __get__ item = super(Label, 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="f0b0527763a820ddeaf7609259d2e595", element="0.8469390242304216-48")> css_sel = '.item-icon-container + .one-label' err_msg = 'no NAME item found in SpaceRecord in SpacesContentPage in content in Provider Panel' 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 NAME item found in SpaceRecord in SpacesContentPage in content in Provider Panel tests/gui/utils/generic.py:91: RuntimeError