mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
TimeSeries: Make timeseries the default panel and remove beta state (#33639)
* TimeSeries: Make timeseries the default panel and remove beta state * rename old graph * Updated panel descriptions, fixed e2e tests * Updated text * Fixed e2e * Fixing e2e tests
This commit is contained in:
@@ -20,14 +20,12 @@ export const smokeTestScenario = {
|
||||
});
|
||||
|
||||
// Make sure the graph renders via checking legend
|
||||
e2e.components.Panels.Visualization.Graph.Legend.legendItemAlias('A-series').should('be.visible');
|
||||
e2e.components.VizLegend.seriesName('A-series').should('be.visible');
|
||||
|
||||
// Expand options section
|
||||
e2e.components.Panels.Visualization.Graph.VisualizationTab.legendSection().click();
|
||||
e2e.components.PanelEditor.applyButton();
|
||||
|
||||
// Disable legend
|
||||
e2e.components.Panels.Visualization.Graph.Legend.showLegendSwitch().click();
|
||||
|
||||
e2e.components.Panels.Visualization.Graph.Legend.legendItemAlias('A-series').should('not.exist');
|
||||
// Make sure panel is & visualization is added to dashboard
|
||||
e2e.components.VizLegend.seriesName('A-series').should('be.visible');
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user