Remove the waitForEditorMovedInDOM helper function export

It's no longer used outside of `test_utils.mjs` since commit 301f1bb.
This commit is contained in:
Tim van der Meij 2025-02-23 18:37:42 +01:00
parent fcf94e8c38
commit 4f3dbcf24d
No known key found for this signature in database
GPG Key ID: 8C3FD2925A5F2762

View File

@ -933,7 +933,6 @@ export {
waitAndClick, waitAndClick,
waitForAnnotationEditorLayer, waitForAnnotationEditorLayer,
waitForAnnotationModeChanged, waitForAnnotationModeChanged,
waitForEditorMovedInDOM,
waitForEntryInStorage, waitForEntryInStorage,
waitForEvent, waitForEvent,
waitForNoElement, waitForNoElement,