GUI acceptance tests using environment deployed from packages.

Build: #956 failed

Job: Oneprovider ACL files failed

Test results

  • 26 tests in total
  • 4 tests failed
  • 33 minutes taken in total.

Build 956 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="83a054f7f4536b5da3ea2b5ff8573920", element="722a11cd-199e-43a4-82ab-c4d80a6b18a3")>
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="6d17f313ea3d7e67cd18c0cf23675f1d", element="f01ea1f0-49ef-4ee4-98f3-6790240e7bb3")>
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-user1-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...)