@grafana/plugin-e2e 3.0.2-canary.2275.19129189567.0 → 3.0.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.
@@ -47,7 +47,6 @@ class Panel extends GrafanaPage.GrafanaPage {
47
47
  */
48
48
  get data() {
49
49
  const panel = this.locator;
50
- console.log("Grafana version in panel data locator:", this.ctx.grafanaVersion);
51
50
  if (semver__namespace.lt(this.ctx.grafanaVersion, "12.2.0")) {
52
51
  return panel.locator('[role="cell"]');
53
52
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@grafana/plugin-e2e",
3
- "version": "3.0.2-canary.2275.19129189567.0",
3
+ "version": "3.0.2",
4
4
  "main": "./dist/index.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "files": [
@@ -42,10 +42,10 @@
42
42
  "dotenv": "^17.2.3"
43
43
  },
44
44
  "dependencies": {
45
- "@grafana/e2e-selectors": "^12.2.0-255920",
45
+ "@grafana/e2e-selectors": "^12.4.0-19715147905",
46
46
  "semver": "^7.5.4",
47
47
  "uuid": "^13.0.0",
48
48
  "yaml": "^2.3.4"
49
49
  },
50
- "gitHead": "b450fee5a041ee4ec928cbba4c614ee66a495e47"
50
+ "gitHead": "3aed54e7d9d26d14dfbaa229806c3377391ccfcc"
51
51
  }