GUI acceptance tests using environment deployed from packages.
Build: #2836 failed
Job: Onezone groups multiuser failed
Test results
- 22 tests in total
- 2 tests failed
- 12 minutes taken in total.
Build 2,836 has the following 2 errors:There were no new test failures since the previous build.
Status | Test | Failing since | Duration | |
---|---|---|---|---|
test_onezone_groups_multiuser
test_user_removes_relation_between_two_groups_effective[1oz_1op_deployed]
|
Failing since build #2833 (Child of ODSRV-OZP-2009) | 39 secs | ||
RuntimeError: no item found in MembersPage in GroupsPage in Onezone page web_elem_root = <selenium.webdriver.remote.webelement.WebElement (session="c5bbe0dee05940775da57f17c2224a08", element="579eb1ff-2527-4e13-acf3-7adf065ff434")> css_sel = '.group-list' err_msg = 'no item found in MembersPage 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) (302 more lines...) |
||||
test_onezone_groups_multiuser
test_user_successfully_leaves_group_and_cannot_view_previously_accessed_space[1oz_1op_deployed]
|
Failing since build #2833 (Child of ODSRV-OZP-2009) | 1 min | ||
selenium.common.exceptions.ElementClickInterceptedException: Message: element click intercepted: Element <li id="ember97" class="main-menu-item one-list-item active enabled clickable ember-view">...</li> is not clickable at point (31, 331). Other element would receive the click: <div tabindex="-1" id="ember743-modal" class="leave-modal global-modal modal fade in show ember-view" role="dialog" style="display: block;">...</div> (Session info: chrome=104.0.5112.79) request = <FixtureRequest for <Function 'test_user_successfully_leaves_group_and_cannot_view_previously_accessed_space[1oz_1op_deployed]'>> @pytest.mark.usefixtures(*function_args) def scenario_wrapper(request): > _execute_scenario(feature, scenario, request, encoding) /usr/local/lib/python3.8/dist-packages/pytest_bdd/scenario.py:227: (180 more lines...) |