GUI acceptance tests using environment deployed from packages.
Build: #2870 failed
Job: QoS storage failed
Test results
- 3 tests in total
- 3 tests failed
- 3 failures are new
- 14 minutes taken in total.
Build 2,870 has the following 3 errors: 3 new failure(s) occurred since the previous build.
Status | Test | Duration | |
---|---|---|---|
Collapse |
test_qos_storage
test_a_qos_requirement_is_met_when_parameter_is_added_to_storage_after_defining_the_requirement[1oz_2op_deployed]
|
6 mins | |
RuntimeError: no item found in Requirement in QoS tab web_elem_root = <selenium.webdriver.remote.webelement.WebElement (session="93ccd544c4c3c91a1be77ab03fe578ca", element="42446b2c-9927-4739-86d3-cdec6ef366b7")> css_sel = '.qos-status-fulfilled' err_msg = 'no item found in Requirement in QoS tab' def find_web_elem(web_elem_root, css_sel, err_msg): try: _scroll_to_css_sel(web_elem_root, css_sel) (302 more lines...) |
|||
Collapse |
test_qos_storage
test_a_qos_requirement_with_and_operator_is_met_when_all_joined_conditions_are_met[1oz_2op_deployed]
|
1 min | |
RuntimeError: cannot click on button btn in StorageRecord in StorageContentPage in content in Oneprovider Panel 21.02.5 request = <FixtureRequest for <Function 'test_a_qos_requirement_with_and_operator_is_met_when_all_joined_conditions_are_met[1oz_2op_deployed]'>> @pytest.mark.usefixtures(*function_args) def scenario_wrapper(request): > _execute_scenario(feature, scenario, request, encoding) /usr/local/lib/python3.8/dist-packages/pytest_bdd/scenario.py:227: (48 more lines...) |
|||
Collapse |
test_qos_storage
test_a_qos_requirement_with_or_operator_is_met_when_at_least_one_of_the_conditions_is_met[1oz_2op_deployed]
|
5 mins | |
RuntimeError: no item found in Requirement in QoS tab web_elem_root = <selenium.webdriver.remote.webelement.WebElement (session="cfab41d30819d04189fa72f8079f049c", element="90ec4ebd-b5e5-455b-a645-8aa879b42e8c")> css_sel = '.qos-status-fulfilled' err_msg = 'no item found in Requirement in QoS tab' def find_web_elem(web_elem_root, css_sel, err_msg): try: _scroll_to_css_sel(web_elem_root, css_sel) (302 more lines...) |