GUI acceptance tests using environment deployed from packages.

Build: #1974 was successful

Job: Onezone harvesters effective privileges was successful

Stages & jobs

  1. Acceptance Test

Test results

  • 4 tests in total
  • 2 tests were quarantined / skipped
  • 20 minutes taken in total.

Build 1,974 has the following 2 quarantined tests:

Quarantined tests 2
Status Test Failing since Quarantined by 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="ba6dbbbe6cdf1cca17a9b08329ca4771", element="d3a1429c-b6d2-48aa-9cd6-2814001d1bff")>
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...)