GUI acceptance tests using environment deployed from packages.

Build: #1968 failed

Job: Onezone harvesters effective privileges failed

Stages & jobs

  1. Acceptance Test

Test results

  • 4 tests in total
  • 2 tests failed
  • 13 minutes taken in total.

Build 1,968 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: no  item found in MembersItemRow in MembersList in MembersPage in DiscoveryPage in Onezone page
web_elem_root = <selenium.webdriver.remote.webelement.WebElement (session="43b77f36fc2eec234066b9d4bceffdd9", element="e939d510-2c49-4f5f-9bea-72914fd4f57a")>
css_sel = '.one-tree'
err_msg = 'no  item found in MembersItemRow in MembersList in MembersPage in DiscoveryPage in Onezone page'

    def find_web_elem(web_elem_root, css_sel, err_msg):
        try:
            _scroll_to_css_sel(web_elem_root, css_sel)
(300 more lines...)
RuntimeError: no "user3" found in MembersList in MembersPage in DiscoveryPage in Onezone page
request = <FixtureRequest for <Function 'test_user_sees_that_user_effective_privileges_are_the_sum_of_its_direct_parents_direct_privileges[1oz_1op_elasticsearch]'>>

    @pytest.mark.usefixtures(*function_args)
    def scenario_wrapper(request):
>       _execute_scenario(feature, scenario, request, encoding)

/usr/local/lib/python3.6/dist-packages/pytest_bdd/scenario.py:227: 
(39 more lines...)