Dashboards/E2E: Add tests for grouping and ungrouping into rows and tabs (#105315)

* add e2e for grouping into tabs and rows

* enable kubernetesDashboards feature toggle for e2e tests

* remove unnecessary kubernetesDashboard feature flag enablement
This commit is contained in:
Sergej-Vlasov
2025-05-13 13:58:09 +01:00
committed by GitHub
parent 7da1c9073e
commit 012bfa29be
7 changed files with 209 additions and 4 deletions
+8
View File
@@ -0,0 +1,8 @@
import { e2e } from '../../index';
export const saveDashboard = () => {
e2e.components.NavToolbar.editDashboard.saveButton().click();
e2e.components.Drawer.DashboardSaveDrawer.saveButton().click();
e2e.flows.assertSuccessNotification();
};