Dashboard: Add feature flag for undo/redo (#111096)

This commit is contained in:
Bogdan Matei
2025-09-16 16:03:16 +03:00
committed by GitHub
parent 6b2fb782c8
commit 2ede582aa0
23 changed files with 60 additions and 6 deletions
+7 -1
View File
@@ -55,7 +55,13 @@ Cypress.on('uncaught:exception', (err) => {
//
// TODO: read from toggles_gen.csv?
const featureToggles = ['kubernetesDashboards', 'dashboardNewLayouts', 'dashboardScene', 'groupByVariable'];
const featureToggles = [
'kubernetesDashboards',
'dashboardNewLayouts',
'dashboardScene',
'groupByVariable',
'dashboardUndoRedo',
];
beforeEach(() => {
let toggles = [];