@grafana/plugin-e2e 1.2.1 → 1.2.2

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.
@@ -184,6 +184,7 @@ export declare const versionedComponents: {
184
184
  };
185
185
  Select: {
186
186
  option: {
187
+ '11.1.0': string;
187
188
  "8.0.0": string;
188
189
  };
189
190
  input: {
@@ -184,6 +184,7 @@ exports.versionedComponents = {
184
184
  },
185
185
  Select: {
186
186
  option: {
187
+ '11.1.0': 'data-testid Select option',
187
188
  [constants_1.MIN_GRAFANA_VERSION]: 'Select option',
188
189
  },
189
190
  input: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@grafana/plugin-e2e",
3
- "version": "1.2.1",
3
+ "version": "1.2.2",
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": "d83fd4b1f45525fef2ab4eef488b83c8518ca0bf"
58
+ "gitHead": "8516d078704c200b73d4b700d83a0e2bf2efca61"
59
59
  }