GUI acceptance tests using environment deployed from packages.

Build: #950 failed

Job: Chrome oneprovider ACL files multi failed

Test results

  • 26 tests in total
  • 4 tests failed
  • 45 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="d9129f20dc8834b155616ba0f69dd5de", element="d8cbaff3-748b-4dea-b4ca-b23a56908f27")>
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="f56bf8fcfca3813f9cd42bb5e524f11b", element="a7101965-58e7-440c-8afc-935a92e89075")>
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_files_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_files_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...)