GUI acceptance tests using environment deployed from packages.
Build: #1648 failed
Job: Multiprovider multiuser failed
Test results
- 5 tests in total
- 2 tests failed
- 2 failures are new
- 48 minutes taken in total.
Build 1,648 has the following 2 errors: 2 new failure(s) occurred since the previous build.
Status | Test | Duration | |
---|---|---|---|
Collapse |
test_multiprovider_multiuser
test_user_uses_autocleaning[1oz_2op_deployed]
|
9 mins | |
RuntimeError: no "large_file.txt" found in file browser in Oneprovider page request = <FixtureRequest for <Function 'test_user_uses_autocleaning[1oz_2op_deployed]'>> @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: (45 more lines...) |
|||
Collapse |
test_multiprovider_multiuser
test_user_uses_autocleaning_with_upper_size_limit_which_skips_too_big_files[1oz_2op_deployed]
|
9 mins | |
RuntimeError: no item found in Oneprovider page web_elem_root = <selenium.webdriver.chrome.webdriver.WebDriver (session="8b39f3e2b22fb21880829a15bf29ff70")> css_sel = '.content-file-browser' err_msg = 'no item found in Oneprovider page' def find_web_elem(web_elem_root, css_sel, err_msg): try: _scroll_to_css_sel(web_elem_root, css_sel) (289 more lines...) |