@grafana/plugin-e2e 0.10.1 → 0.10.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.
@@ -109,6 +109,7 @@ export declare const versionedPages: {
109
109
  "8.0.0": string;
110
110
  };
111
111
  submitButton: {
112
+ '10.4.0': string;
112
113
  "8.0.0": string;
113
114
  };
114
115
  };
@@ -115,6 +115,7 @@ exports.versionedPages = {
115
115
  [constants_1.MIN_GRAFANA_VERSION]: 'Variable editor Preview of Values option',
116
116
  },
117
117
  submitButton: {
118
+ '10.4.0': 'data-testid Variable editor Run Query button',
118
119
  [constants_1.MIN_GRAFANA_VERSION]: 'Variable editor Submit button',
119
120
  },
120
121
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@grafana/plugin-e2e",
3
- "version": "0.10.1",
3
+ "version": "0.10.2",
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": "adb7ab1910fa9c1e70bd0cf1a83b5e1ea1d9b5c7"
48
+ "gitHead": "a17ddbed56fd03f5b90a7ae764532d7da3f60d46"
49
49
  }