RuntimeError: no item found in ArchiveState in DataRow in archive browser in Oneprovider page
web_elem_root = <selenium.webdriver.remote.webelement.WebElement (session="ff3e9fea739ebe8e8e3f6f4196b1640b", element="ba77bb37-c276-432e-806a-a584f3c6adab")>
css_sel = '.archive-state-type'
err_msg = 'no item found in ArchiveState in DataRow in archive browser in Oneprovider page'
def find_web_elem(web_elem_root, css_sel, err_msg):
try:
_scroll_to_css_sel(web_elem_root, css_sel)
(304 more lines...)
RuntimeError: Waited too long for being selected
request = <FixtureRequest for <Function 'test_user_sees_symbolic_links_on_child_datasets_after_creating_nested_archive_on_parent[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:
(35 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...)
RuntimeError: no item found in Requirement in Quality of Service modal
web_elem_root = <selenium.webdriver.remote.webelement.WebElement (session="00bf18e5200e818bbbd2bd0ff80c307c", element="32f37ba9-7cbe-4e3f-983c-0bdd61cb5443")>
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...)