@grafana/plugin-e2e 3.6.0-canary.2586.24882884910.0 → 3.6.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.
package/dist/index.d.ts CHANGED
@@ -374,6 +374,8 @@ declare class DashboardPage extends GrafanaPage {
374
374
  * By default only waits for queries already triggered (panels in the viewport at navigation
375
375
  * time or explicitly scrolled into view). Pass `scrollAll: true` to first scroll the full
376
376
  * dashboard so that below-fold panels are also triggered before waiting.
377
+ *
378
+ * @alpha - the API is not yet stable and may change without a major version bump. Use with caution.
377
379
  */
378
380
  waitForPanelsQueriesToComplete({ timeout, scrollAll, }?: {
379
381
  timeout?: number;
@@ -1496,6 +1498,8 @@ declare global {
1496
1498
  * Asserts that a dashboard has panel errors. Omit `count` to assert at least one error.
1497
1499
  * Pass `count` to assert exactly that many panels with errors.
1498
1500
  * Use `.not.toHavePanelErrors()` to assert no panel errors.
1501
+ *
1502
+ * @alpha - the API is not yet stable and may change without a major version bump. Use with caution.
1499
1503
  */
1500
1504
  toHavePanelErrors(this: Matchers<unknown, DashboardPage>, count?: number): Promise<R>;
1501
1505
  }
@@ -94,6 +94,8 @@ class DashboardPage extends GrafanaPage.GrafanaPage {
94
94
  * By default only waits for queries already triggered (panels in the viewport at navigation
95
95
  * time or explicitly scrolled into view). Pass `scrollAll: true` to first scroll the full
96
96
  * dashboard so that below-fold panels are also triggered before waiting.
97
+ *
98
+ * @alpha - the API is not yet stable and may change without a major version bump. Use with caution.
97
99
  */
98
100
  async waitForPanelsQueriesToComplete({
99
101
  timeout = 3e4,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@grafana/plugin-e2e",
3
- "version": "3.6.0-canary.2586.24882884910.0",
3
+ "version": "3.6.0",
4
4
  "main": "./dist/index.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "files": [
@@ -54,5 +54,5 @@
54
54
  "uuid": "^13.0.0",
55
55
  "yaml": "^2.3.4"
56
56
  },
57
- "gitHead": "7b63879f958deb2612d548ac6fe2d7cc9e855be8"
57
+ "gitHead": "0b0839dcde5b5112ca5fefdba94f42cd46a79838"
58
58
  }