RuntimeError: Css element wtih "Create a new cluster" text not found
request = <FixtureRequest for <Function 'test_user_supports_space_with_newly_created_embedded_ceph_with_2_pools[1oz_1op_not_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:
(50 more lines...)
RuntimeError: Index out of bound. Requested item at 0 while limit is 0 in _TransfersTab in Oneprovider page
request = <FixtureRequest for <Function 'test_user_tries_to_migrate_file_to_too_small_space_on_remote_provider[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:
(31 more lines...)
RuntimeError: Index out of bound. Requested item at 0 while limit is 0 in _TransfersTab in Oneprovider page
request = <FixtureRequest for <Function 'test_user_tries_to_replicate_file_to_too_small_space_on_remote_provider[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:
(31 more lines...)
selenium.common.exceptions.ElementClickInterceptedException: Message: element click intercepted: Element <div aria-owns="ember-basic-dropdown-content-ember5520" tabindex="0" data-ebd-id="ember5520-trigger" role="button" id="ember5521" class="ember-power-select-trigger small ember-basic-dropdown-trigger ember-basic-dropdown-trigger--in-place ember-view">...</div> is not clickable at point (828, 545). Other element would receive the click: <li id="ember5273" class="item-generic has-checkbox-group one-tree-item collapse-animation collapse-medium has-subtree ember-view">...</li> (Session info: chrome=78.0.3904.70)
request = <FixtureRequest for <Function 'test_group_succeeds_to_join_space_invite_token_with_consumer_caveat_set_for_any_group[1oz_2op_elasticsearch]'>>
@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:
(174 more lines...)
selenium.common.exceptions.ElementClickInterceptedException: Message: element click intercepted: Element <div aria-owns="ember-basic-dropdown-content-ember5514" tabindex="0" data-ebd-id="ember5514-trigger" role="button" id="ember5515" class="ember-power-select-trigger small ember-basic-dropdown-trigger ember-basic-dropdown-trigger--in-place ember-view">...</div> is not clickable at point (828, 545). Other element would receive the click: <li id="ember5267" class="item-generic has-checkbox-group one-tree-item collapse-animation collapse-medium has-subtree ember-view">...</li> (Session info: chrome=78.0.3904.70)
request = <FixtureRequest for <Function 'test_user_successfully_consumes_group_to_space_invite_token_with_consumer_caveat_set_for_any_user[1oz_2op_elasticsearch]'>>
@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:
(174 more lines...)
RuntimeError: no item found in Requirement in Quality of Service modal
web_elem_root = <selenium.webdriver.remote.webelement.WebElement (session="e0f4664b9c2e917f905806db2a49fd06", element="1679ca7b-013f-4913-abce-af75f477697e")>
css_sel = '.qos-status-impossible'
err_msg = 'no item found in Requirement in Quality of Service modal'
def find_web_elem(web_elem_root, css_sel, err_msg):
try:
_scroll_to_css_sel(web_elem_root, css_sel)
(302 more lines...)