Build: #29 failed
Job: Storage sync failed
user supports space with storage sync and enabled options write once: Test case result
The below summarizes the result of the test " user supports space with storage sync and enabled options write once" in build 29 of Onedata Products - gui acceptance pkg - feature-VFS-4716-introduction-to-acceptance-testing - Chrome storage sync tests.
- Description
- user supports space with storage sync and enabled options write once
- Test class
- gui.scenarios.test_storage_sync
- Method
- test_user_supports_space_with_storage_sync_and_enabled_options_write_once
- Duration
- 1 min
- Status
- Failed (Existing Failure)
Error Log
RuntimeError: no STRATEGY SELECTOR item found in ImportConfigurationForm in SpaceRecord in SpacesContentPage in content in Provider Panel request = <FixtureRequest for <Function 'test_user_supports_space_with_storage_sync_and_enabled_options_write_once'>> > ??? tests/gui/scenarios/test_storage_sync.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) <decorator-gen-130>:2: in wt_select_strategy_in_conf_in_space_record ??? tests/gui/utils/generic.py:110: in wrapper return fun(*args, **kwargs) tests/gui/steps/onepanel/spaces.py:186: in wt_select_strategy_in_conf_in_space_record strategy_selector = config.strategy_selector 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="74fe5ec604b11959aa5fb663286a69c9", element="0.3760455343437976-62")> css_sel = '.ember-basic-dropdown' err_msg = 'no STRATEGY SELECTOR item found in ImportConfigurationForm 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 STRATEGY SELECTOR item found in ImportConfigurationForm in SpaceRecord in SpacesContentPage in content in Provider Panel tests/gui/utils/generic.py:129: RuntimeError