Skip to content

Commit

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

See web-platform-tests/interop-accessibility#3

* Single quotes

* Indentation
  • Loading branch information
zcorpan authored Mar 16, 2023
1 parent ccea562 commit 61b0745
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions webapp/components/interop-data.js
Original file line number Diff line number Diff line change
Expand Up @@ -291,8 +291,10 @@ export const interopData = {
],
'investigation_scores': [
{
'name': 'Accessibility Tree',
'scores_over_time': []
'name': 'Accessibility Testing',
'scores_over_time': [
{ 'date': '2023-03-08', 'score': 600 }
]
},
{
'name': 'Mobile Testing',
Expand Down

0 comments on commit 61b0745

Please sign in to comment.