Build: #1 failed
Job: Shares basic failed
user can remove directory which contains shared directory: Test case result
The below summarizes the result of the test " user can remove directory which contains shared directory" in build 1 of Onedata Products - gui acceptance pkg - feature-VFS-4715-onezone-groups-gui-acceptance-tests - Chrome shares basic tests.
- Description
- user can remove directory which contains shared directory
- Test class
- gui.scenarios.test_shares_basic
- Method
- test_user_can_remove_directory_which_contains_shared_directory
- Duration
- 2 mins
- Status
- Failed (New Failure)
Error Log
RuntimeError: no SIDEBAR item found in SharesContentPage in Oneprovider page request = <FixtureRequest for <Function 'test_user_can_remove_directory_which_contains_shared_directory'>> > ??? tests/gui/scenarios/test_shares_basic.py:97: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /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-372>:2: in is_not_present_in_share_list ??? tests/gui/utils/generic.py:110: in wrapper return fun(*args, **kwargs) tests/gui/steps/oneprovider/shares.py:52: in is_not_present_in_share_list if _is_share_present_in_sidebar(driver, op_page, name): tests/gui/steps/oneprovider/shares.py:20: in _is_share_present_in_sidebar in op_page(driver).shares.sidebar.shares} 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.chrome.webdriver.WebDriver (session="5271aca4f72d488aa88406bd2254c2a1")> css_sel = '.secondary-sidebar' err_msg = 'no SIDEBAR item found in SharesContentPage in Oneprovider page' 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 SIDEBAR item found in SharesContentPage in Oneprovider page tests/gui/utils/generic.py:129: RuntimeError