GUI acceptance tests using environment deployed from packages.
Build: #1325 failed
Job: Metadata failed
Test results
- 12 tests in total
- 2 tests failed
- 17 minutes taken in total.
Build 1,325 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="a65791959b95a53720a410197ca6236d", element="3b40d761-a5b9-4200-b3bc-355d7666c631")> 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="cb73d47a517b7be9320543e93ef0f01f", element="c08566a6-1db7-456b-8f60-c880307e4583")> 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...) |