Background
- We will be deploying the vector 2022 skin to the next set of wikimedia projects
User story
- As a reader of a wikimedia project, I want to be able to use the same skin across wikis
- As a product team, we want to have vector 2022 as the default skin on all wikis so that we can avoid significant versioning issues
Requirements
- Deploy to the following list of wikis:
Nov 26:
- English Wiktionary
- English Wikivoyage
- Wikispecies
- Telugu WP
- Kazakh WP
- Japanese Wiktionary
- Swedish Wiktionary
BDD
Feature: Vector 2022 Deployment
Scenario: Verify that Vector 2022 is the default skin for the specified wikis
Given I visit the specified wikis in an incognito browser session
When I inspect the page
Then the class "skin-vector-2022" should be present on the body tagTest Steps
__Test Case 1: Verify Vector 2022 as Default Skin for Specified Wikis_
- Open an incognito browser session.
- Visit each of the following wikis:
• English Wiktionary: https://en.wiktionary.org
• English Wikivoyage: https://en.wikivoyage.org
• Wikispecies: https://species.wikimedia.org
• Telugu Wikipedia: https://te.wikipedia.org
• Kazakh Wikipedia: https://kk.wikipedia.org
• Japanese Wiktionary: https://ja.wiktionary.org
• Swedish Wiktionary: https://sv.wiktionary.org
- Inspect the page using browser developer tools.
- AC1: Confirm that the body tag contains the class skin-vector-2022 for each wiki.
Design
- Add mockups and design requirements
Acceptance criteria
- Get green light from @sgrabarczuk and @ovasileva before deployment
- Deploy to wikis according to requirements
Communication criteria - does this need an announcement or discussion?
- All wikis must be communicated with ahead of time
Rollback plan
- What is the rollback plan in production for this task if something goes wrong?
QA Results - Prod
| AC | Status | Details |
|---|---|---|
| 1 | ✅ | T379799#10362845 |






