Alerting: Set alert form simple modes enabled by default (#99233)

set alert form simple modes enabled by default
This commit is contained in:
Sonia Aguilar
2025-01-20 13:55:34 +01:00
committed by GitHub
parent 95d4f83889
commit 80b8dd3fc8
5 changed files with 23 additions and 14 deletions
@@ -1,6 +1,8 @@
import * as e2e from '@grafana/e2e-selectors';
import { expect, test } from '@grafana/plugin-e2e';
// let's disable the feature toggles for now, otherwise the getAlertRuleQueryRow fails and I don't see any other way to get the query row
test.use({ featureToggles: { alertingQueryAndExpressionsStepMode: false, alertingNotificationsStepMode: false } });
test('should evaluate to false if entire request returns 200 but partial query result is invalid', async ({
page,
alertRuleEditPage,