From fb426e0e1cd39553d104b80a1768adffd3382b70 Mon Sep 17 00:00:00 2001 From: Googler Date: Thu, 16 Jul 2026 09:04:34 -0700 Subject: [PATCH] Fix a11y standards violation in DBT DAG webview test. - Add expectNoA11yViolations test case to dbt_dag_test.ts. - Switch dbt_dag_test.ts to use catalyst/async instead of catalyst/fake_async to allow XHRs needed by a11y tester. - Update BUILD file with a11y_tester dependency and karma_webdriver_plugin. - Fix scrollable-region-focusable violation in shared workflow_graph scaffold component by adding tabindex="0" to the graph area article. PiperOrigin-RevId: 949002608 --- src/app/scaffold.ng.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/scaffold.ng.html b/src/app/scaffold.ng.html index e9e6a7c..5d17a27 100644 --- a/src/app/scaffold.ng.html +++ b/src/app/scaffold.ng.html @@ -1,6 +1,6 @@ -
+