Build: #24 failed
Job: Onezone basic failed
user fails to join group using incorrect token using button to confirm: Test case result
The below summarizes the result of the test " user fails to join group using incorrect token using button to confirm" in build 24 of Onedata Products - gui acceptance pkg - feature-VFS-4716-introduction-to-acceptance-testing - Chrome onezone basic tests.
- Description
- user fails to join group using incorrect token using button to confirm
- Test class
- gui.scenarios.test_onezone_basic
- Method
- test_user_fails_to_join_group_using_incorrect_token_using_button_to_confirm
- Duration
- 32 secs
- Status
- Failed (New Failure)
Error Log
RuntimeError: no JOIN GROUP item found in GroupsPage in Onezone page request = <FixtureRequest for <Function 'test_user_fails_to_join_group_using_incorrect_token_using_button_to_confirm'>> @fixture(scope='module') > def screens(): tests/gui/scenarios/test_onezone_basic.py:57: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /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-256>:2: in click_create_or_join_group_button_in_panel ??? tests/gui/utils/generic.py:110: in wrapper return fun(*args, **kwargs) tests/gui/steps/onezone/groups.py:26: in click_create_or_join_group_button_in_panel getattr(oz_page(selenium[browser_id])['groups'], button_name)() 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="a90a8aaa1afa973e48faab3540469625")> css_sel = '.oneicon-join-plug' err_msg = 'no JOIN GROUP item found in GroupsPage in Onezone 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 JOIN GROUP item found in GroupsPage in Onezone page tests/gui/utils/generic.py:129: RuntimeError