[DO NOT MERGE] WS-3124: Revert "Temporary AA Test for WS-3011 - OJ Referrer Search Experiment" - #14303
Open
alex-magana wants to merge 1 commit into
Open
[DO NOT MERGE] WS-3124: Revert "Temporary AA Test for WS-3011 - OJ Referrer Search Experiment"#14303alex-magana wants to merge 1 commit into
alex-magana wants to merge 1 commit into
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR reverts the previously added temporary AA test wiring for the newswb_ws_oj_order_referrer_search related experiment, returning the ArticlePage/Search OJ logic to using only the primary Optimizely experiment configuration.
Changes:
- Removed AA test constants, variant types/guards, and activation event names from
SearchOjExperimentconfig. - Simplified
ArticlePageOptimizely decision/activation handling to track and apply only the primary experiment variant. - Removed the AA test experiment key from click tracking and page metrics experiment allowlists.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| src/app/pages/ArticlePage/SearchOjExperiment/config.ts | Removes AA test experiment names/variants and associated type guards, leaving only the primary experiment config. |
| src/app/pages/ArticlePage/ArticlePage.tsx | Removes AA fallback decision flow and simplifies state/analytics wiring to a single experiment variant. |
| src/app/hooks/useClickTrackerHandler/index.jsx | Drops the AA test experiment key from the OJ Optimizely experiments list for click tracking. |
| src/app/components/OptimizelyPageMetrics/experimentsForPageMetrics.ts | Drops the AA test experiment key from the page metrics experiment list. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Louis-Matsika
approved these changes
Aug 10, 2026
pvaliani
approved these changes
Aug 10, 2026
louisearchibald
approved these changes
Aug 11, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Reverts #14297
Revert the implementation code for the
newswb_ws_oj_order_referrer_search_AA_testexperiment to pave the way for the A/B experiment.