AssertionError: Processing speed is 5204.7037037037035 bytes per second and is lower than expected 13500 per second.
fixturefunc = <function assert_number_of_proceeded_files at 0x7fe8b3875b20>
request = <FixtureRequest for <Function test_user_sees_successful_execution_of_uploaded_bagituploader_workflow_and_input_file_bagit_archive_unpacktar[1oz_1op_openfaas]>>
kwargs = {'browser_id': 'browser', 'compare_option': 'is greater or equal', 'modals': <class 'tests.gui.utils.common.modals.Modals'>, 'number': '13500', ...}
def call_fixture_func(
fixturefunc: "_FixtureFunc[FixtureValue]", request: FixtureRequest, kwargs
) -> FixtureValue:
(56 more lines...)
|
RuntimeError: no item found in Step 2: Oneprovider Registration deployment step in content in OnePage Service
web_elem_root = <selenium.webdriver.remote.webelement.WebElement (session="54ece2232f3c987ec5fbca2e469b057c", element="73AD42B436DE22A6475004139DDF9971_element_237")>
css_sel = '.cluster-storage-add-form'
err_msg = 'no item found in Step 2: Oneprovider Registration deployment step in content in OnePage Service'
def find_web_elem(web_elem_root, css_sel, err_msg):
try:
_scroll_to_css_sel(web_elem_root, css_sel)
(187 more lines...)
|