mirror of
https://github.com/opf/openproject.git
synced 2026-06-14 03:30:14 +00:00
8a213e2c03
Park BlockNoteEditorBrowserActions next to BlockNoteEditorInput in spec/support/form_fields/primerized/. spec/support/**/*.rb is autoloaded by rails_helper, so the spec file just `include`s the qualified module name. Keeps raw-driver concerns (DOM Range selection, paste ClipboardEvent dispatch, W3C-action Delete) out of the high-level page object — that one stays focused on semantic actions like paste_links and attach_file — and avoids the test-file fatigue of a 50-line helper module inside the describe scope.