@grafana/plugin-e2e 1.1.0 → 1.1.1-canary.874.29c2d38.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -97,7 +97,7 @@ export declare const versionedComponents: {
97
97
  PanelEditor: {
98
98
  General: {
99
99
  content: {
100
- "8.0.0": string;
100
+ '11.1.0': string;
101
101
  };
102
102
  };
103
103
  applyButton: {
@@ -110,7 +110,7 @@ export declare const versionedComponents: {
110
110
  };
111
111
  OptionsPane: {
112
112
  content: {
113
- "8.0.0": string;
113
+ '11.1.0': string;
114
114
  };
115
115
  fieldLabel: {
116
116
  "8.0.0": (type: string) => string;
@@ -164,10 +164,10 @@ export declare const versionedComponents: {
164
164
  };
165
165
  OptionsGroup: {
166
166
  group: {
167
- "8.0.0": (title?: string) => string;
167
+ '11.1.0': (title?: string) => string;
168
168
  };
169
169
  toggle: {
170
- "8.0.0": (title?: string) => string;
170
+ '11.1.0': (title?: string) => string;
171
171
  };
172
172
  groupTitle: {
173
173
  "8.0.0": string;
@@ -96,7 +96,7 @@ exports.versionedComponents = {
96
96
  PanelEditor: {
97
97
  General: {
98
98
  content: {
99
- [constants_1.MIN_GRAFANA_VERSION]: 'Panel editor content',
99
+ '11.1.0': 'data-testid Panel editor content',
100
100
  },
101
101
  },
102
102
  applyButton: {
@@ -109,7 +109,7 @@ exports.versionedComponents = {
109
109
  },
110
110
  OptionsPane: {
111
111
  content: {
112
- [constants_1.MIN_GRAFANA_VERSION]: 'Panel editor option pane content',
112
+ '11.1.0': 'data-testid Panel editor option pane content',
113
113
  },
114
114
  fieldLabel: {
115
115
  [constants_1.MIN_GRAFANA_VERSION]: (type) => `${type} field property editor`,
@@ -164,10 +164,10 @@ exports.versionedComponents = {
164
164
  },
165
165
  OptionsGroup: {
166
166
  group: {
167
- [constants_1.MIN_GRAFANA_VERSION]: (title) => (title ? `Options group ${title}` : 'Options group'),
167
+ '11.1.0': (title) => (title ? `data-testid Options group ${title}` : 'data-testid Options group'),
168
168
  },
169
169
  toggle: {
170
- [constants_1.MIN_GRAFANA_VERSION]: (title) => (title ? `Options group ${title} toggle` : 'Options group toggle'),
170
+ '11.1.0': (title) => title ? `data-testid Options group ${title} toggle` : 'data-testid Options group toggle',
171
171
  },
172
172
  groupTitle: {
173
173
  [constants_1.MIN_GRAFANA_VERSION]: 'Panel options',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@grafana/plugin-e2e",
3
- "version": "1.1.0",
3
+ "version": "1.1.1-canary.874.29c2d38.0",
4
4
  "main": "./dist/index.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "files": [
@@ -55,5 +55,5 @@
55
55
  "start": "cls || clear"
56
56
  }
57
57
  },
58
- "gitHead": "42bd4ac7f22f753cf6920a72cfadbf12c4b81660"
58
+ "gitHead": "29c2d386a4f85857716f23a8856871456431e48e"
59
59
  }