@grafana/plugin-e2e 0.9.0 → 0.9.1

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.
@@ -105,6 +105,7 @@ export declare const versionedPages: {
105
105
  "8.0.0": string;
106
106
  };
107
107
  previewOfValuesOption: {
108
+ '10.4.0': string;
108
109
  "8.0.0": string;
109
110
  };
110
111
  submitButton: {
@@ -111,6 +111,7 @@ exports.versionedPages = {
111
111
  [constants_1.MIN_GRAFANA_VERSION]: 'Variable editor Form Type select',
112
112
  },
113
113
  previewOfValuesOption: {
114
+ '10.4.0': 'data-testid Variable editor Preview of Values option',
114
115
  [constants_1.MIN_GRAFANA_VERSION]: 'Variable editor Preview of Values option',
115
116
  },
116
117
  submitButton: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@grafana/plugin-e2e",
3
- "version": "0.9.0",
3
+ "version": "0.9.1",
4
4
  "main": "./dist/index.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "files": [
@@ -45,5 +45,5 @@
45
45
  "semver": "^7.5.4",
46
46
  "uuid": "^9.0.1"
47
47
  },
48
- "gitHead": "59dfea286696ab485385dbab6ce61965d25722db"
48
+ "gitHead": "44847f05e9bb2b747ed171852a8052514c25725e"
49
49
  }