From 04974308b3b0e648762d785af7b7d56d55af8358 Mon Sep 17 00:00:00 2001 From: Simon Pieters Date: Wed, 24 May 2023 23:42:45 +0200 Subject: [PATCH] Update score for Accessibility Testing (70%) (#3332) * Update score for Accessibility Testing (70%) See https://github.com/web-platform-tests/interop-2023-accessibility-testing/issues/3#issuecomment-1546395755 * Update interop-data.json --- webapp/components/interop-data.js | 3 ++- webapp/static/interop-data.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/webapp/components/interop-data.js b/webapp/components/interop-data.js index 0ec9081a56d..bc9131f82ec 100644 --- a/webapp/components/interop-data.js +++ b/webapp/components/interop-data.js @@ -300,7 +300,8 @@ export const interopData = { 'name': 'Accessibility Testing', 'url': 'https://github.com/web-platform-tests/interop-2023-accessibility-testing', 'scores_over_time': [ - { 'date': '2023-03-08', 'score': 600 } + { 'date': '2023-03-08', 'score': 600 }, + { 'date': '2023-05-13', 'score': 700 } ] }, { diff --git a/webapp/static/interop-data.json b/webapp/static/interop-data.json index 600671ea463..94a2389e495 100644 --- a/webapp/static/interop-data.json +++ b/webapp/static/interop-data.json @@ -297,7 +297,8 @@ "name": "Accessibility Testing", "url": "https://github.com/web-platform-tests/interop-2023-accessibility-testing", "scores_over_time": [ - { "date": "2023-03-08", "score": 600 } + { "date": "2023-03-08", "score": 600 }, + { "date": "2023-05-13", "score": 700 } ] }, {