GUI acceptance tests using environment deployed from packages.

Build: #40 failed

Job: Metadata failed

Test results

  • 12 tests in total
  • 3 tests failed
  • 18 minutes taken in total.

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

Existing test failures 3
Status Test Failing since Duration
AssertionError: "No access" tag for dir1 in file browser visible
request = <FixtureRequest for <Function 'test_nonowner_user_sees_no_access_tag_after_changing_privileges[1oz_1op_deployed-dir1]'>>

    @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: 
(21 more lines...)
AssertionError: "No access" tag for file1 in file browser visible
request = <FixtureRequest for <Function 'test_nonowner_user_sees_no_access_tag_after_changing_privileges[1oz_1op_deployed-file1]'>>

    @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: 
(21 more lines...)
RuntimeError: no  item found in modals
web_elem_root = <selenium.webdriver.chrome.webdriver.WebDriver (session="9724e80bd2dc2da68dd98efca4351fbc")>
css_sel = '.alert-global.modal.in .modal-dialog'
err_msg = 'no  item found in modals'

    def find_web_elem(web_elem_root, css_sel, err_msg):
        try:
            _scroll_to_css_sel(web_elem_root, css_sel)
(281 more lines...)