GUI acceptance tests using environment deployed from packages.

Build: #942 failed

Job: Chrome oneprovider ACL directories multi failed

Test results

  • 40 tests in total
  • 4 tests failed
  • 14 tests were fixed
  • 72 minutes taken in total.

Build 942 has the following 4 errors:There were no new test failures since the previous build.

Existing test failures 4
Status Test Failing since Duration
RuntimeError: no  item found in Edit permission modal
web_elem_root = <selenium.webdriver.remote.webelement.WebElement (session="a6f5988168066b9d0f4148fc0bdb120d", element="8dfabd09-830b-48bf-a97d-1f019b090535")>
css_sel = '.alert.error', err_msg = 'no  item found in Edit permission modal'

    def find_web_elem(web_elem_root, css_sel, err_msg):
        try:
            _scroll_to_css_sel(web_elem_root, css_sel)
>           item = web_elem_root.find_element_by_css_selector(css_sel)
(296 more lines...)
RuntimeError: no  item found in Edit permission modal
web_elem_root = <selenium.webdriver.remote.webelement.WebElement (session="48539814ee3404983983eb90a576ca6b", element="cd50e1d6-5c16-4e0a-9d4a-f35fbe92bd21")>
css_sel = '.alert.error', err_msg = 'no  item found in Edit permission modal'

    def find_web_elem(web_elem_root, css_sel, err_msg):
        try:
            _scroll_to_css_sel(web_elem_root, css_sel)
>           item = web_elem_root.find_element_by_css_selector(css_sel)
(296 more lines...)
RuntimeError: no "Metadata" found in Data row menu
request = <FixtureRequest for <Function 'test_read_directory_metadata[1oz_1op_deployed-group-group1-fails-all except [metadata:read metadata]]'>>

    @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: 
(49 more lines...)
RuntimeError: no "Metadata" found in Data row menu
request = <FixtureRequest for <Function 'test_read_directory_metadata[1oz_1op_deployed-user-user2-fails-all except [metadata:read metadata]]'>>

    @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: 
(49 more lines...)