Background
We want to wrap up the deployments for Vector 2022.
User story
As a Wikimedia reader I want a consistent skin experience across all projects.
Requirements
- Remove the following wikis from dblists/legacy-vector.dblist:
- arbcom_dewiki
- dewiki
- Enable dark mode for anonymous users for dewiki
- check with @sgrabarczuk and get green light before deploying
Requirement
Enable Vector 2022 as the default skin on German wikis by removing arbcom_dewiki and dewiki from the dblists/legacy-vector.dblist, and enable dark mode for anonymous users on dewiki. Deployment should occur after obtaining green light from @sgrabarczuk.
BDD
Feature: Enable Vector 2022 and dark mode for German wikis
Scenario: Logged-out users see Vector 2022 skin on German wikis
Given the dblists/legacy-vector.dblist is updated to remove arbcom_dewiki and dewiki
And dark mode is enabled for anonymous users on dewiki
When I visit a page on a German wiki with ?action=purge
Then the page should load with the Vector 2022 skin
Scenario: Dark mode is active for anonymous users on dewiki
Given dark mode is enabled for anonymous users on dewiki
When I visit a page on dewiki in an incognito window
Then the page should display in dark modeTest Steps
Test Case 1: Verify Vector 2022 skin on German wikis for logged-out users
- Open an incognito window.
- Visit a page on dewiki (e.g., https://de.wikipedia.org/wiki/Beispielseite?action=purge) and similarly for arbcom_dewiki if applicable.
- AC1: Confirm that the page loads with the Vector 2022 skin.
⸻
Test Case 2: Verify dark mode for anonymous users on dewiki
- In the same incognito window, visit a page on dewiki (e.g., https://de.wikipedia.org/wiki/Beispielseite?action=purge).
- AC2: Confirm that dark mode is enabled for anonymous users.
Design
- Add mockups and design requirements
Acceptance criteria
- Add acceptance criteria
Communication criteria - does this need an announcement or discussion?
Discussion links:
- ...
- ...
Rollback plan
N/A
QA Results - Prod
| AC | Status | Details |
|---|---|---|
| 1 | ✅ | T387155#10701868 |
| 2 | ✅ | T387155#10701868 |
This task was created by Version 1.2.0 of the Web team task template using phabulous


