From 9de4d0fa6b1d7f4a74b87dea73cb65953ff7a1ce Mon Sep 17 00:00:00 2001 From: bergquist Date: Mon, 16 Oct 2017 10:31:09 +0200 Subject: [PATCH] alert_tab: clear test result when testing rules closes #9539 --- public/app/features/alerting/alert_tab_ctrl.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/public/app/features/alerting/alert_tab_ctrl.ts b/public/app/features/alerting/alert_tab_ctrl.ts index 25c23580ed7..2c273c93a01 100644 --- a/public/app/features/alerting/alert_tab_ctrl.ts +++ b/public/app/features/alerting/alert_tab_ctrl.ts @@ -383,6 +383,7 @@ export class AlertTabCtrl { test() { this.testing = true; + this.testResult = false; var payload = { dashboard: this.dashboardSrv.getCurrent().getSaveModelClone(),