Skip to content

Commit

Permalink
chore(experiments): Remove old 'new-experiments-ui' ff (#27088)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbachhuber authored Dec 20, 2024
1 parent b3cf87d commit 1b8e69c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
6 changes: 0 additions & 6 deletions cypress/e2e/experiments.cy.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import { setupFeatureFlags } from '../support/decide'

describe('Experiments', () => {
let randomNum
let experimentName
Expand Down Expand Up @@ -47,10 +45,6 @@ describe('Experiments', () => {
})

const createExperimentInNewUi = (): void => {
setupFeatureFlags({
'new-experiments-ui': true,
})

cy.visit('/experiments')

// Name, flag key, description
Expand Down
1 change: 0 additions & 1 deletion frontend/src/lib/constants.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,6 @@ export const FEATURE_FLAGS = {
SQL_EDITOR: 'sql-editor', // owner: @EDsCODE #team-data-warehouse
SESSION_REPLAY_DOCTOR: 'session-replay-doctor', // owner: #team-replay
SAVED_NOT_PINNED: 'saved-not-pinned', // owner: #team-replay
NEW_EXPERIMENTS_UI: 'new-experiments-ui', // owner: @jurajmajerik #team-feature-success
AUDIT_LOGS_ACCESS: 'audit-logs-access', // owner: #team-growth
SUBSCRIBE_FROM_PAYGATE: 'subscribe-from-paygate', // owner: #team-growth
HEATMAPS_UI: 'heatmaps-ui', // owner: @benjackwhite
Expand Down

0 comments on commit 1b8e69c

Please sign in to comment.