Update A/B test enrollment name

Bug: T292587
Change-Id: Ib4174119e18496139bb942032a2401ebc4d1849f
This commit is contained in:
Clare Ming 2021-12-09 12:34:44 -07:00
parent d0116e07f9
commit 454a2845b4
3 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
* Example A/B test configuration for sticky header:
*
* $wgVectorABTestEnrollment = [
* 'name' => 'vector.sticky_header_2021_11',
* 'name' => 'vector.sticky_header',
* 'enabled' => true,
* 'buckets' => [
* 'unsampled' => [

View File

@ -12,7 +12,7 @@ const
USER_MENU_ID = 'p-personal',
VECTOR_USER_LINKS_SELECTOR = '.vector-user-links',
SEARCH_TOGGLE_SELECTOR = '.vector-sticky-header-search-toggle',
STICKY_HEADER_EXPERIMENT_NAME = 'vector.sticky_header_2021_11';
STICKY_HEADER_EXPERIMENT_NAME = 'vector.sticky_header';
/**
* Copies attribute from an element to another.

View File

@ -390,7 +390,7 @@
},
"VectorWebABTestEnrollment": {
"value": {
"name": "vector.sticky_header_2021_11",
"name": "vector.sticky_header",
"enabled": false,
"buckets": {
"unsampled": {