GUI acceptance tests using environment deployed from packages.
Build: #763 failed
Job: Onepanel basic failed
Test results
- 18 tests in total
- 3 tests failed
- 3 failures are new
- 1 test was fixed
- 46 minutes taken in total.
Build 763 has the following 3 errors: 3 new failure(s) occurred since the previous build.
Status | Test | Duration | |
---|---|---|---|
Collapse |
test_onepanel_basic
test_user_modifies_newly_created_storage[1oz_1op_deployed-browser2-new_storage4]
|
1 min | |
RuntimeError: no item found in Onezone Login page web_elem_root = <selenium.webdriver.chrome.webdriver.WebDriver (session="5c811ec5dd3eb079902ffef0f372525b")> css_sel = 'input[placeholder="Username"]' err_msg = 'no item found in Onezone Login page' def find_web_elem(web_elem_root, css_sel, err_msg): try: _scroll_to_css_sel(web_elem_root, css_sel) (307 more lines...) |
|||
Collapse |
test_onepanel_basic
test_user_removes_newly_created_storage[1oz_1op_deployed-browser2-new_storage6]
|
2 mins | |
RuntimeError: no item found in Onezone Login page web_elem_root = <selenium.webdriver.chrome.webdriver.WebDriver (session="3058cdc5176cf73f0c74083e97252204")> css_sel = 'input[placeholder="Username"]' err_msg = 'no item found in Onezone Login page' def find_web_elem(web_elem_root, css_sel, err_msg): try: _scroll_to_css_sel(web_elem_root, css_sel) (307 more lines...) |
|||
Collapse |
test_onepanel_basic
test_user_successfully_change_passphrase_in_emergency_passphrase_view[1oz_1op_deployed]
|
1 min | |
AttributeError: admin already in use request = <FixtureRequest for <Function 'test_user_successfully_change_passphrase_in_emergency_passphrase_view[1oz_1op_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: (57 more lines...) |