Skip to content

Commit

Permalink
Update score for Accessibility Testing (70%) (#3332)
Browse files Browse the repository at this point in the history
* Update score for Accessibility Testing (70%)

See web-platform-tests/interop-accessibility#3 (comment)

* Update interop-data.json
  • Loading branch information
zcorpan authored May 24, 2023
1 parent 266a829 commit 0497430
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion webapp/components/interop-data.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
]
},
{
Expand Down
3 changes: 2 additions & 1 deletion webapp/static/interop-data.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
]
},
{
Expand Down

0 comments on commit 0497430

Please sign in to comment.