Needs work
Project:
Drupal core
Version:
main
Component:
search.module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
24 Apr 2026 at 04:08 UTC
Updated:
28 Apr 2026 at 19:37 UTC
Jump to comment: Most recent
The Search module is used in olivero_test
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
quietone commentedComment #5
quietone commentedComment #6
dcam commentedI can't verify that the tests are actually running. Please check the test output. I expected to see two instances of a test named
oliveroRemoveBlockConsoleTest.jsrun, but there's only one. It appears to be the original one incore/tests/Drupal/Nightwatch. I also expected to seeoliveroSearchFormTest.jsin the output, but it's missing.I don't know anything about Nightwatch testing, but it looks like there may be an expectation that the JS files should be in a Tests subdirectory, e.g.
core/modules/search/tests/src/Nightwatch/Tests/. The three other core modules with Nightwatch tests (ckeditor, navigation, and toolbar) follow this convention. Maybe they need to be moved.Otherwise the code splits and moves look OK to me. I didn't really find anything to comment about.