Background
As a user I want night them on all pages.
User story
As a user I want all my pages in dark mode.
Acceptance criteria
- When I visit https://en.wikipedia.org/w/index.php?title=Special:GlobalPreferences there are no color contrast issues and no illegible icons
- When I visit https://en.wikipedia.org/w/index.php?title=Special:Preferences there are no color contrast issues and no illegible icons
- When I perform a search for preferences, it is possible highlights are legible:
Derived Requirement
Ensure that the night theme is enabled and consistently applied across MediaWiki preferences pages.
BDD
Feature: Night Theme on Preferences Pages
Scenario: Enable night theme on MediaWiki preferences pages
Given the user is on any MediaWiki preferences page When the night theme is enabled Then the preferences page should display using the night theme
Scenario: Consistent night theme across all preferences pages
Given the user navigates between different preferences pages When the night theme is enabled Then the night theme should remain consistent across all pages
Test Steps
Test Case 1: Enable Night Theme on Global Preferences Pages
Open MediaWiki and navigate to any preferences page.
Enable the night theme.
✅❓❌⬜ AC1: Confirm that the Global preferences page displays using the night theme.
Test Case 2: Consistent Night Theme Across Global Preferences Pages
Enable the night theme on any preferences page.
Navigate to different preferences pages.
✅❓❌⬜ AC2: Confirm that the night theme remains consistent across all preferences pages.
QA Results - Test.wiki
AC | Status | Details |
---|---|---|
1 | ✅ | T366378#9927739 |
2 | ✅ | T366378#9927739 |