Closed (fixed)
Project:
Drupal core
Version:
11.x-dev
Component:
Olivero theme
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
5 Aug 2026 at 06:08 UTC
Updated:
8 Sep 2026 at 07:15 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #3
quietone commentedComment #4
quietone commentedComment #5
smustgrave commentedCould the summary be cleaned up slightly? The title says tests so I assume all tests. The problem mentions tests in general too, but proposed solution mentions just nightwatch just trying to determine scope.
But looking in the nightwatch folder the nightwatch.config.js uses Olivero as it's defaultTheme, if this is ticket is just nightwatch can we update that value to something else?
Comment #6
quietone commentedThis is not just for nightwatch tests but it is only for tests. Files like nightwatch.config.js are excluded.
Comment #7
smustgrave commentedNot 100% why the config is excluded. But it’s a good chunk so it’s something
Comment #10
catchVery straightforward. Committed/pushed to main and 11.x, thanks!
Comment #12
quietone commentedThis is causing test failures on 11.x, on core/tests/Drupal/KernelTests/Core/Test/PhpUnitApiGetTestClassesTest.php with messages like
Comment #15
catchPushed a revert. This means the namespace is wrong in main too so reverted from there as well.
Comment #18
quietone commentedThe name spaces are fixed and there is an MR for 11.x. All tests are passing.
edit: correct typos
Comment #19
quietone commentedI added to this moving TestSiteOliveroInstallTestScript.php to Olivero which then required changing the setup path in the nightwatch tests.
Comment #20
quietone commentedThe 11.x tests failures should be fixed by #2672340: user_user_role_insert should not exist
Comment #21
smustgrave commentedLets try this again...
Comment #23
needs-review-queue-bot commentedThe Needs Review Queue Bot tested this issue. It no longer applies to Drupal core. Therefore, this issue status is now "Needs work".
This does not mean that the patch necessarily needs to be re-rolled or the MR rebased. Read the Issue Summary, the issue tags and the latest discussion here to determine what needs to be done.
Consult the Drupal Contributor Guide to find step-by-step guides for working with issues.
Comment #24
catchCommitted/pushed to main and 11.x, thanks!