pierrejeambrun commented on code in PR #68329:
URL: https://github.com/apache/airflow/pull/68329#discussion_r3428652813


##########
airflow-core/src/airflow/ui/tests/e2e/specs/home-dashboard.spec.ts:
##########
@@ -129,3 +116,154 @@ test.describe("Dashboard Metrics Display", () => {
     await expect(homePage.dagImportErrorsCard).toBeVisible();
   });
 });
+
+test.describe("Dashboard Alerts Accordion", () => {
+  test(`should not write ${COLLAPSED_UI_ALERTS_KEY} to localStorage when no 
alerts are configured`, async ({
+    homePage,

Review Comment:
   Also we probably don't need an e2e test for this, but a unit test will be 
enough.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to