GUI acceptance tests using environment deployed from packages.

Build: #2523 failed

Job: Onezone groups basic failed

Stages & jobs

  1. Acceptance Test

Test results

  • 34 tests in total
  • 2 tests failed
  • 16 minutes taken in total.

Build 2,523 has the following 2 errors:There were no new test failures since the previous build.

Existing test failures 2
Status Test Failing since Duration
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...)
RuntimeError: no  item found in popups
web_elem_root = <selenium.webdriver.chrome.webdriver.WebDriver (session="ff3f88f38dd4f867134affbb5d418135")>
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...)