NOTE: Scheduled for 15th August 2022
We will enable the A/B test that shows the edit icon in the sticky header for idwiki + viwiki treatment groups.
# Acceptance criteria
[x] T312573 has been deployed to the target wikis
[x] idwiki, viwiki: Control is no sticky header, test1 is sticky header without edit button, test2 is sticky header with edit button
# Sign off steps
[x] Make sure there is a task to disable the A/B test for idwiki + viwiki << T315264
# Developer notes
```
'wgVectorWebABTestEnrollment' => [
...
'idwiki' => [
'name' => 'vector.sticky_header_edit',
'enabled' => true,
'buckets' => [
'unsampled' => [
'samplingRate' => 0
],
'control' => [
'samplingRate' => 0.5
],
'stickyHeaderEditButtonTreatment' => [
'samplingRate' => 0.5
],
],
],
'viwiki' => [
'name' => 'vector.sticky_header_edit',
'enabled' => true,
'buckets' => [
'unsampled' => [
'samplingRate' => 0
],
'control' => [
'samplingRate' => 0.5
],
'stickyHeaderEditButtonTreatment' => [
'samplingRate' => 0.5
],
],
],
],
$wgVectorStickyHeader = [
"logged_in" => true,
"logged_out" => false,
];
$wgVectorStickyHeaderEdit = [
"logged_in" => true,
"logged_out" => false,
];
```
# QA steps
See QA steps in T312573 -- instead of testing on a beta cluster page, production pages should be tested.
Sample pages for idwiki and viwiki:
- https://id.wikipedia.org/wiki/Syafruddin_Prawiranegara
- https://vi.wikipedia.org/wiki/Nintendo_Switch