Dashboards/E2E: Add tests for removing panel(s) (#104998)

* Dashboards/E2E: Add tests for removing panel(s)
This commit is contained in:
kay delaney
2025-05-07 14:31:53 +03:00
committed by GitHub
parent ec478138a5
commit 343ab96030
9 changed files with 87 additions and 5 deletions
+2
View File
@@ -1,2 +1,4 @@
export * from './addPanel';
export * from './configurePanel';
export * from './removePanel';
export * from './toggleEditMode';