GUI acceptance tests using environment deployed from packages.

Build: #950 failed

Job: Chrome oneprovider ACL directories multi failed

Test results

  • 40 tests in total
  • 4 tests failed
  • 72 minutes taken in total.

Build 950 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="68a2b3ffbccd53f0b4ce6aca263c793f", element="b7be5ec7-4d67-487b-be6d-31b55b8ab49c")>
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="905431313f11efd8a4fa58ce7eee7dd1", element="fa84d43b-fdac-47b5-96b3-47bc513af060")>
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...)