GUI acceptance tests using environment deployed from packages.
Build: #1327 failed
Job: Metadata failed
Test results
- 12 tests in total
- 2 tests failed
- 15 minutes taken in total.
Build 1,327 has the following 2 errors:There were no new test failures since the previous build.
Status | Test | Failing since | Duration | |
---|---|---|---|---|
test_oneprovider_posix
test_user_sees_no_access_tag_after_changing_privileges[1oz_1op_deployed-dir1]
|
Failing since build #1323 (Changes by Bartek Kryza <bkryza@gmail.com> and Bartek Kryza) | 1 min | ||
RuntimeError: no item found in dir1 in file browser in Oneprovider page web_elem_root = <selenium.webdriver.remote.webelement.WebElement (session="c9e2ed19e4b3e5c262db64347e4acc0b", element="61f5fe5b-2b03-4b03-a1fc-57cd16970796")> css_sel = '.file-status-tag' err_msg = 'no item found in dir1 in file browser in Oneprovider page' def find_web_elem(web_elem_root, css_sel, err_msg): try: _scroll_to_css_sel(web_elem_root, css_sel) (298 more lines...) |
||||
test_oneprovider_posix
test_user_sees_no_access_tag_after_changing_privileges[1oz_1op_deployed-file1]
|
Failing since build #1323 (Changes by Bartek Kryza <bkryza@gmail.com> and Bartek Kryza) | 1 min | ||
RuntimeError: no item found in file1 in file browser in Oneprovider page web_elem_root = <selenium.webdriver.remote.webelement.WebElement (session="390c612b5a836f4f4846b4abbb4585b1", element="88b679cb-bceb-4afa-8e6c-40e57275d4e5")> css_sel = '.file-status-tag' err_msg = 'no item found in file1 in file browser in Oneprovider page' def find_web_elem(web_elem_root, css_sel, err_msg): try: _scroll_to_css_sel(web_elem_root, css_sel) (298 more lines...) |