From 4f3dbcf24dcba7db9af1a2407630544bcf514f29 Mon Sep 17 00:00:00 2001 From: Tim van der Meij Date: Sun, 23 Feb 2025 18:37:42 +0100 Subject: [PATCH] Remove the `waitForEditorMovedInDOM` helper function export It's no longer used outside of `test_utils.mjs` since commit 301f1bb. --- test/integration/test_utils.mjs | 1 - 1 file changed, 1 deletion(-) diff --git a/test/integration/test_utils.mjs b/test/integration/test_utils.mjs index b89d0feae..0f4a879e6 100644 --- a/test/integration/test_utils.mjs +++ b/test/integration/test_utils.mjs @@ -933,7 +933,6 @@ export { waitAndClick, waitForAnnotationEditorLayer, waitForAnnotationModeChanged, - waitForEditorMovedInDOM, waitForEntryInStorage, waitForEvent, waitForNoElement,