internal error
Traceback (most recent call last):
File "/usr/local/lib/python3.12/dist-packages/_pytest/main.py", line 285, in wrap_session
session.exitstatus = doit(config, session) or 0
^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/dist-packages/_pytest/main.py", line 339, in _main
config.hook.pytest_runtestloop(session=session)
File "/usr/local/lib/python3.12/dist-packages/pluggy/_hooks.py", line 513, in __call__
(100 more lines...)
selenium.common.exceptions.StaleElementReferenceException: Message: stale element reference: stale element not found in the current frame
(Session info: chrome=130.0.6723.69); For documentation on this error, please visit: https://www.selenium.dev/documentation/webdriver/troubleshooting/errors#stale-element-reference-exception
Stacktrace:
#0 0x561cc4b9110a <unknown>
#1 0x561cc46ac460 <unknown>
#2 0x561cc46b2193 <unknown>
#3 0x561cc46b3e45 <unknown>
#4 0x561cc46b3ecc <unknown>
(178 more lines...)
AssertionError: Expected number of elements 21 is not equal to actual number 22 in "uploaded-files" store details modal
fixturefunc = <function assert_number_of_elements_in_store_details at 0x7f5e44b6d6c0>
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', 'modals': <class 'tests.gui.utils.common.modals.Modals'>, 'number': '21', 'op_container': <class 'tests.gui.utils.oneprovider.OPLoggedIn'>, ...}
def call_fixture_func(
fixturefunc: "_FixtureFunc[FixtureValue]", request: FixtureRequest, kwargs
) -> FixtureValue:
(42 more lines...)