mirror of
https://github.com/grafana/grafana.git
synced 2026-02-18 18:20:52 -05:00
Dynamic dashboards: Remove reference to kubernetesDashboards in e2e tests (#117490)
This commit is contained in:
parent
845442a23a
commit
51f9660eec
21 changed files with 0 additions and 21 deletions
|
|
@ -8,7 +8,6 @@ import { checkRepeatedPanelTitles } from './utils';
|
|||
|
||||
test.use({
|
||||
featureToggles: {
|
||||
kubernetesDashboards: true,
|
||||
dashboardNewLayouts: true,
|
||||
dashboardUndoRedo: true,
|
||||
groupByVariable: true,
|
||||
|
|
|
|||
|
|
@ -6,7 +6,6 @@ import { flows } from './utils';
|
|||
|
||||
test.use({
|
||||
featureToggles: {
|
||||
kubernetesDashboards: true,
|
||||
dashboardNewLayouts: true,
|
||||
dashboardUndoRedo: true,
|
||||
groupByVariable: true,
|
||||
|
|
|
|||
|
|
@ -6,7 +6,6 @@ import testV2Dashboard from '../dashboards/TestV2Dashboard.json';
|
|||
|
||||
test.use({
|
||||
featureToggles: {
|
||||
kubernetesDashboards: true,
|
||||
dashboardNewLayouts: true,
|
||||
dashboardUndoRedo: true,
|
||||
groupByVariable: true,
|
||||
|
|
|
|||
|
|
@ -2,7 +2,6 @@ import { test, expect } from '@grafana/plugin-e2e';
|
|||
|
||||
test.use({
|
||||
featureToggles: {
|
||||
kubernetesDashboards: true,
|
||||
dashboardNewLayouts: true,
|
||||
},
|
||||
});
|
||||
|
|
|
|||
|
|
@ -2,7 +2,6 @@ import { test, expect } from '@grafana/plugin-e2e';
|
|||
|
||||
test.use({
|
||||
featureToggles: {
|
||||
kubernetesDashboards: true,
|
||||
dashboardNewLayouts: true,
|
||||
dashboardUndoRedo: true,
|
||||
groupByVariable: true,
|
||||
|
|
|
|||
|
|
@ -4,7 +4,6 @@ import { addNewPanelFromSidebar } from './utils';
|
|||
|
||||
test.use({
|
||||
featureToggles: {
|
||||
kubernetesDashboards: true,
|
||||
dashboardNewLayouts: true,
|
||||
dashboardUndoRedo: true,
|
||||
groupByVariable: true,
|
||||
|
|
|
|||
|
|
@ -4,7 +4,6 @@ import { flows, type Variable } from './utils';
|
|||
|
||||
test.use({
|
||||
featureToggles: {
|
||||
kubernetesDashboards: true,
|
||||
dashboardNewLayouts: true,
|
||||
dashboardUndoRedo: true,
|
||||
groupByVariable: true,
|
||||
|
|
|
|||
|
|
@ -6,7 +6,6 @@ import { flows } from './utils';
|
|||
|
||||
test.use({
|
||||
featureToggles: {
|
||||
kubernetesDashboards: true,
|
||||
dashboardNewLayouts: true,
|
||||
dashboardUndoRedo: true,
|
||||
groupByVariable: true,
|
||||
|
|
|
|||
|
|
@ -4,7 +4,6 @@ import { flows, type Variable } from './utils';
|
|||
|
||||
test.use({
|
||||
featureToggles: {
|
||||
kubernetesDashboards: true,
|
||||
dashboardNewLayouts: true,
|
||||
dashboardUndoRedo: true,
|
||||
groupByVariable: true,
|
||||
|
|
|
|||
|
|
@ -4,7 +4,6 @@ import { flows, type Variable } from './utils';
|
|||
|
||||
test.use({
|
||||
featureToggles: {
|
||||
kubernetesDashboards: true,
|
||||
dashboardNewLayouts: true,
|
||||
dashboardUndoRedo: true,
|
||||
groupByVariable: true,
|
||||
|
|
|
|||
|
|
@ -4,7 +4,6 @@ import { flows } from './utils';
|
|||
|
||||
test.use({
|
||||
featureToggles: {
|
||||
kubernetesDashboards: true,
|
||||
dashboardNewLayouts: true,
|
||||
dashboardUndoRedo: true,
|
||||
groupByVariable: true,
|
||||
|
|
|
|||
|
|
@ -2,7 +2,6 @@ import { test, expect } from '@grafana/plugin-e2e';
|
|||
|
||||
test.use({
|
||||
featureToggles: {
|
||||
kubernetesDashboards: true,
|
||||
dashboardNewLayouts: true,
|
||||
dashboardUndoRedo: true,
|
||||
groupByVariable: true,
|
||||
|
|
|
|||
|
|
@ -4,7 +4,6 @@ import { flows, type Variable } from './utils';
|
|||
|
||||
test.use({
|
||||
featureToggles: {
|
||||
kubernetesDashboards: true,
|
||||
dashboardNewLayouts: true,
|
||||
dashboardUndoRedo: true,
|
||||
groupByVariable: true,
|
||||
|
|
|
|||
|
|
@ -4,7 +4,6 @@ import { flows, saveDashboard, type Variable } from './utils';
|
|||
|
||||
test.use({
|
||||
featureToggles: {
|
||||
kubernetesDashboards: true,
|
||||
dashboardNewLayouts: true,
|
||||
dashboardUndoRedo: true,
|
||||
groupByVariable: true,
|
||||
|
|
|
|||
|
|
@ -6,7 +6,6 @@ const PAGE_UNDER_TEST = 'ed155665/annotation-filtering';
|
|||
|
||||
test.use({
|
||||
featureToggles: {
|
||||
kubernetesDashboards: true,
|
||||
dashboardNewLayouts: true,
|
||||
dashboardUndoRedo: true,
|
||||
groupByVariable: true,
|
||||
|
|
|
|||
|
|
@ -8,7 +8,6 @@ import { switchToAutoGrid } from './utils';
|
|||
|
||||
test.use({
|
||||
featureToggles: {
|
||||
kubernetesDashboards: true,
|
||||
dashboardNewLayouts: true,
|
||||
dashboardUndoRedo: true,
|
||||
groupByVariable: true,
|
||||
|
|
|
|||
|
|
@ -2,7 +2,6 @@ import { test, expect, DashboardPage, E2ESelectorGroups } from '@grafana/plugin-
|
|||
|
||||
test.use({
|
||||
featureToggles: {
|
||||
kubernetesDashboards: true,
|
||||
dashboardNewLayouts: true,
|
||||
dashboardUndoRedo: true,
|
||||
groupByVariable: true,
|
||||
|
|
|
|||
|
|
@ -21,7 +21,6 @@ const repeatOptions = [1, 2, 3, 4];
|
|||
|
||||
test.use({
|
||||
featureToggles: {
|
||||
kubernetesDashboards: true,
|
||||
dashboardNewLayouts: true,
|
||||
groupByVariable: true,
|
||||
},
|
||||
|
|
|
|||
|
|
@ -22,7 +22,6 @@ const getTitleInRepeatRow = (rowIndex: number, panelIndex: number) =>
|
|||
|
||||
test.use({
|
||||
featureToggles: {
|
||||
kubernetesDashboards: true,
|
||||
dashboardNewLayouts: true,
|
||||
groupByVariable: true,
|
||||
},
|
||||
|
|
|
|||
|
|
@ -19,7 +19,6 @@ const repeatOptions = [1, 2, 3, 4];
|
|||
|
||||
test.use({
|
||||
featureToggles: {
|
||||
kubernetesDashboards: true,
|
||||
dashboardNewLayouts: true,
|
||||
groupByVariable: true,
|
||||
},
|
||||
|
|
|
|||
|
|
@ -2,7 +2,6 @@ import { test, expect } from '@grafana/plugin-e2e';
|
|||
|
||||
test.use({
|
||||
featureToggles: {
|
||||
kubernetesDashboards: true,
|
||||
dashboardNewLayouts: true,
|
||||
dashboardUndoRedo: true,
|
||||
groupByVariable: true,
|
||||
|
|
|
|||
Loading…
Reference in a new issue