@grafana/plugin-e2e 3.0.3-canary.2339.19919219824.0 → 3.0.3-canary.2339.19920048426.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.
@@ -109,7 +109,7 @@ class PanelEditPage extends GrafanaPage.GrafanaPage {
109
109
  return;
110
110
  }
111
111
  await test.expect(
112
- this.getByGrafanaSelector("data-testid Panel editor OptionsPane header"),
112
+ this.getByGrafanaSelector(this.ctx.selectors.components.PanelEditor.OptionsPane.header),
113
113
  `Could not set visualization to ${visualization}. Ensure the panel is installed.`
114
114
  ).toHaveText(visualization);
115
115
  }
@@ -133,7 +133,7 @@ class PanelEditPage extends GrafanaPage.GrafanaPage {
133
133
  if (semver__namespace.lte(this.ctx.grafanaVersion, "12.3.0")) {
134
134
  return this.getByGrafanaSelector(this.ctx.selectors.components.PanelEditor.toggleVizPicker);
135
135
  }
136
- return this.getByGrafanaSelector("data-testid Panel editor OptionsPane header");
136
+ return this.getByGrafanaSelector(this.ctx.selectors.components.PanelEditor.OptionsPane.header);
137
137
  }
138
138
  /**
139
139
  * Clicks the "Back to dashboard" button in the panel editor
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@grafana/plugin-e2e",
3
- "version": "3.0.3-canary.2339.19919219824.0",
3
+ "version": "3.0.3-canary.2339.19920048426.0",
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.4.0-19715147905",
45
+ "@grafana/e2e-selectors": "^12.4.0-19890644192",
46
46
  "semver": "^7.5.4",
47
47
  "uuid": "^13.0.0",
48
48
  "yaml": "^2.3.4"
49
49
  },
50
- "gitHead": "615188b0dfa626af73e3081db361878669cf6aab"
50
+ "gitHead": "67e71501debd8f21ae1bb36bd17ad28725c4d271"
51
51
  }