@grafana/plugin-e2e 2.2.0 → 2.2.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.
@@ -177,6 +177,8 @@ class PanelEditPage extends GrafanaPage.GrafanaPage {
177
177
  root: this.getByGrafanaSelector(this.ctx.selectors.components.PanelEditor.General.content)
178
178
  });
179
179
  try {
180
+ await test.expect(refreshPanelButton).toBeVisible();
181
+ await test.expect(refreshPanelButton).toHaveText(/refresh/i, { timeout: 2e3 });
180
182
  await refreshPanelButton.click({ timeout: 2e3 });
181
183
  } catch (error) {
182
184
  await this.getByGrafanaSelector(this.ctx.selectors.components.PanelEditor.toggleVizOptions).click();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@grafana/plugin-e2e",
3
- "version": "2.2.0",
3
+ "version": "2.2.1",
4
4
  "main": "./dist/index.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "files": [
@@ -47,5 +47,5 @@
47
47
  "uuid": "^13.0.0",
48
48
  "yaml": "^2.3.4"
49
49
  },
50
- "gitHead": "d342f839aa778ef2cad3f6c1f5c99f30be29f967"
50
+ "gitHead": "0c008f97c386ad778f25091680fe3bd80bb36c06"
51
51
  }