@grafana/plugin-e2e 2.1.9-canary.2053.17260056832.0 → 2.1.9-canary.2053.17260068442.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.
|
@@ -153,6 +153,7 @@ class AlertRuleEditPage extends GrafanaPage.GrafanaPage {
|
|
|
153
153
|
await this.ctx.page.waitForTimeout(1e3);
|
|
154
154
|
if (this.fullfilled) {
|
|
155
155
|
await this.ctx.page.unroute(this.ctx.selectors.apis.Alerting.eval);
|
|
156
|
+
this.fullfilled = false;
|
|
156
157
|
}
|
|
157
158
|
if (semver__namespace.gte(this.ctx.grafanaVersion, "10.0.0")) {
|
|
158
159
|
this.ctx.page.route(this.ctx.selectors.apis.Alerting.eval, async (route) => {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@grafana/plugin-e2e",
|
|
3
|
-
"version": "2.1.9-canary.2053.
|
|
3
|
+
"version": "2.1.9-canary.2053.17260068442.0",
|
|
4
4
|
"main": "./dist/index.js",
|
|
5
5
|
"types": "./dist/index.d.ts",
|
|
6
6
|
"files": [
|
|
@@ -47,5 +47,5 @@
|
|
|
47
47
|
"uuid": "^11.0.2",
|
|
48
48
|
"yaml": "^2.3.4"
|
|
49
49
|
},
|
|
50
|
-
"gitHead": "
|
|
50
|
+
"gitHead": "54426211cce602c2bf75a7043b109bd9f9f479e0"
|
|
51
51
|
}
|