Files
grafana/e2e/utils/flows/scenes/index.ts
T
kay delaney 343ab96030 Dashboards/E2E: Add tests for removing panel(s) (#104998)
* Dashboards/E2E: Add tests for removing panel(s)
2025-05-07 14:31:53 +03:00

5 lines
127 B
TypeScript

export * from './addPanel';
export * from './configurePanel';
export * from './removePanel';
export * from './toggleEditMode';