From 24e5674fcd6bab15f4aea2c4ccb7498c9d0e0b59 Mon Sep 17 00:00:00 2001 From: MTRNord Date: Fri, 19 Apr 2024 19:20:10 +0200 Subject: [PATCH] Add accessibility tests for the ecosystem subpages and fix some heading semantics --- templates/macros/sdks.html | 2 +- templates/shortcodes/all_integrations.html | 2 +- tests/metadata.spec.ts | 64 ++++++++++++++++++++-- 3 files changed, 61 insertions(+), 7 deletions(-) diff --git a/templates/macros/sdks.html b/templates/macros/sdks.html index 19490f493..c29126440 100644 --- a/templates/macros/sdks.html +++ b/templates/macros/sdks.html @@ -85,7 +85,7 @@
-

{{ sdk.name }}

+

{{ sdk.name }}

{{ sdk.maturity }}
{{ sdk.maintainer }}
diff --git a/templates/shortcodes/all_integrations.html b/templates/shortcodes/all_integrations.html index 646255254..c403f6bed 100644 --- a/templates/shortcodes/all_integrations.html +++ b/templates/shortcodes/all_integrations.html @@ -2,7 +2,7 @@
{% for integration in integrations_data.integrations %}
-

{{ integration.name }}

+

{{ integration.name }}

{{ integration.description | safe }}