Closed (fixed)
Project:
Drupal core
Version:
11.x-dev
Component:
search.module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
14 Apr 2026 at 13:41 UTC
Updated:
8 May 2026 at 05:55 UTC
Jump to comment: Most recent
Comments
Comment #2
quietone commentedComment #3
quietone commentedComment #4
kentr commented@quietone thanks for correcting the metadata.
This might be one for a first-time contributor.
Comment #5
kentr commentedComment #6
ishani patel commentedComment #8
ishani patel commentedHello,
I've raised MR.
Kindly review it.
Thank you!
Comment #9
quietone commented@kentr, any tips on how to fix these errors?
Comment #10
quietone commentedComment #11
dcam commentedI used the following grep commands to try and locate any other references to the Search module within the profile and test:
No instances of the string "search" were found in either case. It seems like this is probably all we need to remove.
The changes are simple. I have no real feedback to give about them. They look good to me.
I'm adding a related issue that was postponed on this one. It needs to be updated and repurposed or possibly closed after this issue is fixed.
Comment #12
kentr commentedAdding to #11 for the record:
There are other Nightwatch a11y tests. I searched them previously and double-checked just now, with the following command:
The only file in the results is
core/tests/Drupal/Nightwatch/Tests/a11yTestDefault.js(inmain, without the MR).Comment #15
amateescu commentedCommitted db37052 to main and e26dc2a to 11.x. Thanks!