mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Flamegraph: Add nice empty state for dashboard panel (#72583)
This commit is contained in:
@@ -28,7 +28,7 @@ e2e.scenario({
|
||||
// Loop through every panel type and ensure no crash
|
||||
Object.entries(win.grafanaBootData.settings.panels).forEach(([_, panel]) => {
|
||||
// TODO: Remove Flame Graph check as part of addressing #66803
|
||||
if (!panel.hideFromList && panel.state !== 'deprecated' && panel.name !== 'Flame Graph') {
|
||||
if (!panel.hideFromList && panel.state !== 'deprecated') {
|
||||
e2e.components.PanelEditor.toggleVizPicker().click();
|
||||
e2e.components.PluginVisualization.item(panel.name).scrollIntoView().should('be.visible').click();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user