GUI acceptance tests using environment deployed from packages.

Build: #1584 failed

Job: POSIX multiuser failed

Test results

  • 8 tests in total
  • 2 tests failed
  • 2 failures are new
  • 17 minutes taken in total.

Build 1,584 has the following 2 errors: 2 new failure(s) occurred since the previous build.

New test failures 2
Status Test Duration
Collapse Failed test_oneprovider_posix_multiuser test_user1_creates_directory_and_fails_to_create_another_directory_because_of_change_in_parent_directory_permission[1oz_1op_deployed]
2 mins
RuntimeError: no  item found in modals
web_elem_root = <selenium.webdriver.chrome.webdriver.WebDriver (session="585136d73aa41b13bae975b1c2d05b21")>
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...)
Collapse Failed test_oneprovider_posix_multiuser test_user1_fails_to_upload_file_because_of_change_in_parent_directory_permission[1oz_1op_deployed]
1 min
RuntimeError: no  item found in Upload presenter
web_elem_root = <selenium.webdriver.remote.webelement.WebElement (session="22677c4cb434dc37d7e1516697ebab8d", element="2365551d-2ef5-42a1-a0d3-2cf5efeee811")>
css_sel = '.summary-state .one-icon'
err_msg = 'no  item found in Upload presenter'

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