Ei-Sandi commented on code in PR #68329:
URL: https://github.com/apache/airflow/pull/68329#discussion_r3430095148
##########
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:
I couldn't find a unit test file for Dashboard so I just add them here. I
will create one and move everything there.
--
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]