GUI acceptance tests using environment deployed from packages.
Build: #2520 failed
Job: Onezone groups basic failed
Test results
- 34 tests in total
- 2 tests failed
- 2 failures are new
- 17 minutes taken in total.
Build 2,520 has the following 2 errors: 2 new failure(s) occurred since the previous build.
Status | Test | Duration | |
---|---|---|---|
Collapse |
test_onezone_groups_basic
test_user_checks_effective_memberships[1oz_1op_deployed]
|
57 secs | |
RuntimeError: not found "user1" user as a member of "group1" group request = <FixtureRequest for <Function 'test_user_checks_effective_memberships[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: (47 more lines...) |
|||
Collapse |
test_onezone_groups_basic
test_user_removes_relation_between_user_and_group_in_members_subpage[1oz_1op_deployed]
|
55 secs | |
RuntimeError: no item found in popups web_elem_root = <selenium.webdriver.chrome.webdriver.WebDriver (session="b4ae24488f6d706a6c8002ecd9d99303")> css_sel = '.relation-actions.one-webui-popover' err_msg = 'no item found in popups' def find_web_elem(web_elem_root, css_sel, err_msg): try: _scroll_to_css_sel(web_elem_root, css_sel) (281 more lines...) |