GUI acceptance tests using environment deployed from packages.
Build: #1497 failed
Job: Multiprovider QoS failed
a qos requirement with or operator is met when at least one of the conditions is met[1oz 2op deployed]: Test case result
The below summarizes the result of the test " a qos requirement with or operator is met when at least one of the conditions is met[1oz 2op deployed]" in build 1,497 of Onedata Products - gui acceptance pkg - Chrome multiprovider QoS tests.
- Description
- a qos requirement with or operator is met when at least one of the conditions is met[1oz 2op deployed]
- Test class
- gui.scenarios.test_multiprovider_qos
- Method
- test_a_qos_requirement_with_or_operator_is_met_when_at_least_one_of_the_conditions_is_met[1oz_2op_deployed]
- Duration
- 2 mins
- Status
- Failed (New Failure)
Error Log
RuntimeError: no with "Files" text found in Space in DataPage in Onezone page request = <FixtureRequest for <Function 'test_a_qos_requirement_with_or_operator_is_met_when_at_least_one_of_the_conditions_is_met[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: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /usr/local/lib/python3.6/dist-packages/pytest_bdd/scenario.py:189: in _execute_scenario _execute_step_function(request, scenario, step, step_func) /usr/local/lib/python3.6/dist-packages/pytest_bdd/scenario.py:130: in _execute_step_function step_func(**kwargs) tests/utils/bdd_utils.py:77: in wrapper return fun(*ba.args, **ba.kwargs) <decorator-gen-1073>:2: in add_qos_requirement_in_modal ??? tests/utils/utils.py:90: in wrapper return fun(*args, **kwargs) tests/gui/meta_steps/oneprovider/qos.py:56: in add_qos_requirement_in_modal tmp_memory, space_name) tests/utils/bdd_utils.py:77: in wrapper return fun(*ba.args, **ba.kwargs) tests/gui/meta_steps/oneprovider/data.py:396: in go_to_filebrowser oz_page) tests/utils/bdd_utils.py:77: in wrapper return fun(*ba.args, **ba.kwargs) <decorator-gen-529>:2: in click_on_option_of_space_on_left_sidebar_menu ??? tests/utils/utils.py:90: in wrapper return fun(*args, **kwargs) tests/gui/steps/onezone/spaces.py:272: in click_on_option_of_space_on_left_sidebar_menu transform(option)).click() tests/gui/utils/core/web_elements.py:58: in __get__ elem = super(WebItem, self).__get__(instance, owner) tests/gui/utils/core/web_elements.py:52: in __get__ lambda: self._format_msg(err_msg, instance, _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ web_elem_root = <selenium.webdriver.remote.webelement.WebElement (session="1a69a26ffcbc2d66cc7d841a13bc0815", element="18b86903-041e-4e48-8dea-4ee750c21be6")> css_sel = '.one-list-level-2 .item-header', text = 'Files' err_msg = 'no with "Files" text found in Space in DataPage in Onezone page' def find_web_elem_with_text(web_elem_root, css_sel, text, err_msg): items = web_elem_root.find_elements_by_css_selector(css_sel) _scroll_to_css_sel(web_elem_root, css_sel) for item in items: if item.text.lower() == text.lower(): return item else: with suppress(TypeError): err_msg = err_msg() > raise RuntimeError(err_msg) E RuntimeError: no with "Files" text found in Space in DataPage in Onezone page tests/gui/utils/generic.py:111: RuntimeError